Installation $ yarn Running the app # docker-compose $ docker-compose up # migration $ yarn migrate # run dev server on localhost:3333/api $ yarn start:dev Test # unit tests $ yarn test # e2e tests $ yarn test:e2e # test coverage $ yarn test:cov