Games API - Thales Reis @ ultra.io
thales.areis@gmail.com
$ yarn install
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
# start database
$ yarn db:dev:up
# apply migrations
$ yarn prisma:dev:deploy
# start development-mode API
$ yarn start:dev