Run yarn prepare to setup husky (pre-commit)
Requirements: docker, docker-compose
Config: please edit database/.env.database
Command:
- Start database:
yarn database:up - Stop database:
yarn database:down
Run project with command yarn start:debug and press f5 key to debug
Run docker build -t nestjs-base . to build docker image