See database structure of the SECOND! part.
$ yarn install
Copy the example env file and make the required configuration changes in the .env file
For example:
$ cp env.example .env
Run migrations first:
$ yarn migration:run
After:
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod