Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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].
- Host: GitHub
- URL: https://github.com/ahtrahdis7/confusion-rest-api
- Owner: ahtrahdis7
- Created: 2020-08-01T12:37:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:06:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T08:16:47.257Z (about 2 months ago)
- Topics: expressjs, jwt-authentication, jwt-token, mongodb, mongoose, mongoose-plugin, nodejs, passport-jwt-authentication, passportjs, rest-api
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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 startThe above commands starts the nodejs server in nodemon.
### ! Happy Coding !