Micro service with api's to : 1 . accept and authorize users using jsonwebtoken 2 . accept json object and jsonpatch then patch the json object with the provided patch to give out the resultant json object 3 . accept image url and resize it into thumbnail and return image tag with the thumbnail
// download or pull the app then in the app folder
// App working
send all the requests with appropriate parameters in the body with "content-type", "application/x-www-form-urlencoded" with key value pairs appropriate to the routes
1- username : usernamevalue
2- password : passwordvalue
1- json webtoken provided during login as token:token-value
2- jsonfile : json-data
3- jsonpatch : json-patch-data
1- json webtoken provided during login as token:token-value
2- imageurl : image-url
// Use the Dockerfile to create a docker container and run it