NestJS JSON:API module minimal reproduction

Setup database

Updating src/database/config-cli.ts with your database credentials

Install

yarn

Run migrations

yarn typeorm:run

Serve

yarn start:dev