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

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

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`