$ yarn install
# development
$ yarn dev
# migrate db
$ yarn migrate:dev
# production mode
$ yarn start:prod
Visit http://localhost:$port/api to see OpenAPI docs.
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
cp .env.example .env
cp .env.example .test.env