A stateless microservice with NodeJS
This a simple NodeJS microservice that does 3 major functions 1.Auntentication/Authorization
2.Creation of Thumbnails from any image given its public url
3.JSON Patching
1. Clone application from https://github.com/michaelNgiri/Node-Stateless-Microservice.git
2. Run the command: npm install
from command line
3. Run command: npm start
NB: *you can test the app using postman