https://github.com/shaifarfan/express-mongodb-crud
Basic CRUD operations with Express.js and MongoDB
https://github.com/shaifarfan/express-mongodb-crud
Last synced: 5 months ago
JSON representation
Basic CRUD operations with Express.js and MongoDB
- Host: GitHub
- URL: https://github.com/shaifarfan/express-mongodb-crud
- Owner: ShaifArfan
- Created: 2022-05-26T05:19:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T12:29:14.000Z (over 3 years ago)
- Last Synced: 2023-03-04T16:39:02.124Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Express MongoDB CRUD & Auth
### CRUD APIs
- branch: [crud-apis](https://github.com/ShaifArfan/express-mongodb-crud/tree/crud-apis)
- watch on YouTube: [https://youtu.be/jBoAG8yoRlo](https://youtu.be/jBoAG8yoRlo)### Auth with JWT
- branch: [auth-tutorial](https://github.com/ShaifArfan/express-mongodb-crud/tree/auth-tutorial)
- watch on YouTube: [https://youtu.be/rXu9Z2yMZzA](https://youtu.be/rXu9Z2yMZzA)