- Clone This Repository
- Got to project directory
- NPM install -Create your own env file
- GET ALL user (/users)
- GET Single user(/users/:id)
- DELETE (users/:id)
- PATCH (users/:id)
{
"name": "Ruhul",
"email": "ruhul.cse7862@gmail.com",
"password": "123",
"role" : "general"
}