- to start the server: node server.js / nodemon server.js / npm start
- to start the testing: npm test
The default endpoint is http://localhost:3000/details/
For the mySQL ORM I used Sequelize
For the TDD environment I used Jest and Supertest
For the mySQL database I deployed my database with heroku.
The credentials are in /config/config.json