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
- Host: GitHub
- URL: https://github.com/livewithcodeankit/nodejs_mongodb_rest_api
- Owner: LiveWithCodeAnkit
- Created: 2023-10-26T17:46:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T15:33:53.000Z (about 2 years ago)
- Last Synced: 2025-03-24T18:11:16.250Z (9 months ago)
- Topics: bcrypt, express-js, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.