Skip to content

Setup your dev environment

hugoponthieu edited this page Jan 27, 2024 · 1 revision

First of all

npm run services

Will use a docker compose configuration to start a PostgreSQL database on localhost:5432

Then

npm run start:dev

Will up the nest server on localhost:3000

Clone this wiki locally