This is a NodeJs,ExpressJs and MongoDB backend API.
npm install
npm start
http://localhost:3000/
| Method | Resource | Description |
|---|---|---|
| GET | /index | return info if app is running |
| GET | /users | return all users |
| POST | /users/ | create a new user |
| GET | /users/:id | return a user |
| PUT | /users/{id} | update a user |
| DELETE | /users/{id} | delete a user |
The frameworks used are: