This is a simple rest api made in node.js using basic http request PUT , POST ,GET and DELETE .Before to run the apis you need to modify config file in src folder the connection with the database in password field .This project does it work with mysql server and mysqlWorkbench .To prove the rest api you can use postman or insomia application for your operating system .To prove this project we are going to need the following dependencies .For detailed explanation on how things work, consult the GetPostman
$ npm install
$ node src/app.js
$ npm start