Requisites npm docker docker-compose Installation $ npm install $ cp .env.sample .env Running the app $ cd docker $ chmod +x start.bash $ ./start.bash --build Running migrations $ docker exec -ti meli-poc-api sh $ npm run migration:run Running test to get coverage $ npm run test:cov