This api uses express framework for http server and Sequelize framework for database.It allows searching, adding, modifying and deleting information.
- Download the project and go to the project directory.
- Run "npm install"
- Then run "npm start"
- The app will be running on "http://localhost:8080"
Supported http methods are given below:
- GET /users
- GET /users/:id
- POST /users
- PUT /users/:id
- Delete /users/:id
{ "username": "israt", "email": "[email protected]", "phone": "+358 000", "address": "Finninmäenkatu, Tampere" }