https://github.com/nityanandagohain/customer-rest-api
An Express REST API with Authentication, Web Token and CRUD
https://github.com/nityanandagohain/customer-rest-api
express rest-api
Last synced: about 2 months ago
JSON representation
An Express REST API with Authentication, Web Token and CRUD
- Host: GitHub
- URL: https://github.com/nityanandagohain/customer-rest-api
- Owner: nityanandagohain
- Created: 2018-12-22T15:23:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T05:54:53.000Z (over 7 years ago)
- Last Synced: 2024-10-11T15:39:47.918Z (over 1 year ago)
- Topics: express, rest-api
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CUSTOMER REST API
A REST api using Express and MongoDB
### IMPLEMENTED
* Authentication and protected routes
* Basic CRUD
## STEPS TO RUN
* Install dependencies `npm install`
* Start mongodb `mongod --dbpath './mongo-data'`
* Start the server `npm start`