Skip to content

michaelNgiri/Node-Stateless-Microservice

Repository files navigation

Node-Stateless-Microservice

A stateless microservice with NodeJS

Build Status

Test Coverage

Maintainability

Description

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

How to run the application

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