- Install the dependencies
yarn
-
Copy the
.env.examplefile to.env -
Configure the Postgres and Redis variables on the
.envfile -
Deploy Postgres and Redis through Docker (using Docker Compose)
docker compose up -d
-
Copy
ormconfig.js.exampletoormconfig.js -
Run the database migrations
yarn dev:migrate