REST API using Node, Express and Mongo. This project covers almost all sections of writing a rest api a basic web application integrated with signing in with JWT authentication system using passport js.
Run the below commands sequentially to clone and start the repository server in seconds.
git clone https://github.com/ahtrahdis7/restaurant-restapi-node.git cd restaurant-restapi-node npm install npm start
The above commands starts the nodejs server in nodemon.