TODO
yarn install
cp .env.example .env
Update the database and other credentials in the .env
file.
yarn prisma migrate deploy
yarn prisma generate
# development
yarn start
# watch mode
yarn start:dev
# production mode
yarn build
yarn start:prod
# unit tests
yarn test
# e2e tests
yarn test:e2e
# test coverage
yarn test:cov