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

https://github.com/livewithcodeankit/nodejs_mongodb_rest_api

its a simple how to make REST API in node js , express js with mongoDB
https://github.com/livewithcodeankit/nodejs_mongodb_rest_api

bcrypt express-js mongodb nodejs

Last synced: 8 months ago
JSON representation

its a simple how to make REST API in node js , express js with mongoDB

Awesome Lists containing this project

README

          

## About NODE.js API
This project is created to teach you how to create a Restful CRUD API with Node.js, Express and MongoDB.
### API Features
The application can create, read, update
and delete data, for example: products, in a database.