$ cd script
$ sh setup.sh
Or
with Docker
$ docker-compose up
$ yarn
# development (watch mode)
$ yarn run start
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
- NestJS
- Sequelize ORM
Following the common Nestjs approach