Backend Task
- Authentication
- JSON patching
- Image Thumbnail Generation
npm install
npm start
npm test
/login route accepts json data with two fields username and password.
/patchrequest route accepts two json fields namely obj with the base object and patches.
/thumbnail route takes the url field from req.body and respond with a thumbnail.