Microservice for patching document and getting image thumbnail
npm start -> to start the server
npm run swagger -> for updating swagger documentation
npm install -> to install all the dependencies
/login -> to fetch jwt tokens
/patch -> to patch any document(pass bearer jwt token in headers)
/thumbnail -> to get thumbnail of an image-url(pass bearer jwt token in headers)
/doc -> swagger documentation(use this for detail documentation)
Run "npm test" to run the tests and get test coverage results.
- Aditya Anand