Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 382 Bytes

api-gateway-express

This is a simple API gateway for nodejs application running on the express framework.

....

How to use?

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.

The tutorial would be published to FreeCodeCamp's webiste.