Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shant0786/ostad-module-21-assignment
https://github.com/shant0786/ostad-module-21-assignment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shant0786/ostad-module-21-assignment
- Owner: shant0786
- Created: 2024-12-13T16:27:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:28:21.000Z (about 1 month ago)
- Last Synced: 2024-12-13T17:42:49.281Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
**মডিউল ২১ এর অ্যাসাইনমেন্ট**
In this assignment, you have to create a user data registration project using express.js (only backend).
**Requirements:**
1. User Registration API
2. User Login API
3. User auth by JWT token + cookie
4. User single profile read API
5. All User profile read API
6. Single User profile update API
7. Delete Single user API**Items that are mandatory to keep in the Mongoose schema:**
- firstName
- lastName
- NIDNumber
- phoneNumber
- password
- bloodGroup**Submit Instruction:**
You upload the project to GitHub and submit the GitHub repository link. If you submit without git link you will get 0 marks.---