https://github.com/leodeveloper/nodejs-restapi-with-restify-mongoose-jwt
create a real REST API with database integration and token authentication using Node.js with Restify, Mongoose/MongoDB and JWT json web token. In this part we will create basic database CRUD and in the next we will implement users and authentication
https://github.com/leodeveloper/nodejs-restapi-with-restify-mongoose-jwt
Last synced: 9 months ago
JSON representation
create a real REST API with database integration and token authentication using Node.js with Restify, Mongoose/MongoDB and JWT json web token. In this part we will create basic database CRUD and in the next we will implement users and authentication
- Host: GitHub
- URL: https://github.com/leodeveloper/nodejs-restapi-with-restify-mongoose-jwt
- Owner: leodeveloper
- Created: 2018-11-05T10:11:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T17:22:11.000Z (over 7 years ago)
- Last Synced: 2025-07-05T07:04:10.558Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs-RestAPI-With-Restify-Mongoose-JWT
create a real REST API with database integration and token authentication using Node.js with Restify, Mongoose/MongoDB and JWT json web token. In this part we will create basic database CRUD and in the next we will implement users and authentication