You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit and Integration tests into Node.js API with MySQL database using Express.js, Docker and Eslint organizing with Model, Service and Controller layers
Node.js API with MySQL database and Express.js with unit and integration tests
Unit and Integration tests into Node.js API with MySQL database using Express.js, Docker and Eslint organizing with Model, Service and Controller layers
How to run the coverage test
npm run coverage
How to run the unit and integration tests
npm run test
How to up this project
docker-compose up
WARN: you need to config the global variables on .env file and create the MySQL structure with database.sql
About
Unit and Integration tests into Node.js API with MySQL database using Express.js, Docker and Eslint organizing with Model, Service and Controller layers