sebuah aplikasi yg dapat menyimpan nomor contacts
| Route | http | description |
|---|---|---|
| /api/signup | POST | Sign up with new user info |
| /api/signin | POST | Sign in while get an access token based on credentials |
| /api/users | GET | Get all the users |
| /api/users/:id | GET | Get a single users |
| /api/users | POST | Create a user |
| /api/users/:id | DELETE | Delete a user |
| /api/users/:id | PUT | Update a user with new info |
To Use
npm install
npm start