This is a simple API gateway for nodejs application running on the express framework.
....
Simple clone the project to your local machine and run npm i
to install the packages. Once done spin up your server by running npm run dev
- we use nodemon to rerun after file changes.