This module responsible for API gateway[Authentication,service discovery etc.] & orchestrating the micro services . It is built on top NodeJS and it is using JWT for creating access token.
- Clone the repo using git clone https://github.com/bibinkt/nodeAPIGateway.git
- Run "npm install to install" the dependencies.
- Run "node gateway\index.js" to start the local web server
WIP