Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahtrahdis7/confusion-rest-api

With this project, I aimed to create an online presence of a Restaurant to advertise about the restaurant, it’s offerings and interact with users about the quality [feedback loop].
https://github.com/ahtrahdis7/confusion-rest-api

expressjs jwt-authentication jwt-token mongodb mongoose mongoose-plugin nodejs passport-jwt-authentication passportjs rest-api

Last synced: 9 days ago
JSON representation

With this project, I aimed to create an online presence of a Restaurant to advertise about the restaurant, it’s offerings and interact with users about the quality [feedback loop].

Awesome Lists containing this project

README

        

# Restaurant REST API made in ❤️ with NodeJS + ExpressJS.
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.

## Development
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.

### ! Happy Coding !