- Install dependencies with
yarn - Run migrations:
yarn prisma migrate dev - Generate prisma client
yarn prisma generate - Start server:
yarn dev
cats has been left as an example of how the module should look.
To add a new module use nest g resource name_of_resource
Then delete unsued files, and change following the model of cats dir.