|
PostgresSQL |
TypeORM |
Docker |
RabbitMQ |
- create .env file. Example inside .env.example
- create Postgres db and set url to the .env or run docker-compose file with postgres
- install dependencies
yarn install- run migrations
yarn migration:runyarn start
# develop
yarn start:dev
# production
yarn start:prod