Install dependencies:
$ npm install
Start the server:
$ npm start
View the website at: http://localhost:3000
Size a folder: required params: id
post: /api/v1/size
Search by filename: required params: name
post: /api/v1/search
Search by filename: required params: name
post: /api/v1/search
Search for files with name “File1” and format = PNG: required params: name,format
post: /api/v1/find
Get list of all files reverse sorted by date:
get: /api/v1/sort