- we will follow MVC architecture
- routes demo
- /users -> GET -> {id, username, email}
- /users/ -> POST -> {username, email}
- /users/:id -> PUT -> update the user
- /users/:id -> DELETE -> delete the user
tareq159615/REST_api_without_database
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|