Install dependencies:
$ npm installStart the server:
$ npm startView the website at: http://localhost:3000
Size a folder: required params: id
post: /api/v1/sizeSearch by filename: required params: name
post: /api/v1/searchSearch by filename: required params: name
post: /api/v1/searchSearch for files with name “File1” and format = PNG: required params: name,format
post: /api/v1/findGet list of all files reverse sorted by date:
get: /api/v1/sort