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

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

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