GET http://localhost:3000/users ➔ List all users
GET http://localhost:3000/users/:index ➔ List a user
POST http://localhost:3000/users ➔ Create a new user
PUT http://localhost:3000/users/:index ➔ Edit a user
DELETE http://localhost:3000/users/:index ➔ Delete a user
How to run this project:
git clone <repo-path>/<repo-name>
cd <repo-name>
yarn dev