This project has OpenApi(Swagger)
http://localhost:3000/api
//TODO: Create a docker file
Create a test database
run the follow seeds:
- NODE_ENV=test npx sequelize-cli db:seed --seed 20210423141528-feed-roles.js
npm run test:e2e
Be sure that you have a test database(with seeds);