Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shant0786/ostad-module-21-assignment


https://github.com/shant0786/ostad-module-21-assignment

Last synced: about 1 month ago
JSON representation

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.

---