- Install yarn (
npm i yarn -g
) - Install PostgreSQL (https://www.postgresql.org/download/)
- Install NestJS globally
yarn global add @nestjs/cli
- Run
yarn install
- Run
yarn db:init
(only run once) - Run
yarn db:up
(run any time a new migration or model change is made) - Run
yarn start
!