RESTful API built with Node.js, Restify, Mongoose and JWT. It uses 'jsonwebtoken' to create the token and restify-jwt-community to protect routes.
# Install dependencies
npm install
# Serve on localhost:3000
npm start
- GET /customers
- GET /customers/:id
- POST (Protected) /customers
- PUT (Protected) /customers/:id
- DELETE (Protected) /customers/:id
- POST /register
- POST /auth
Brad Traversy Traversy Media
1.0.0
This project is licensed under the MIT License