This project was made possible thanks to Nest framework TypeScript starter repository. This project was made possible thanks to TypeORM.
This is a simple Nest.js project with some TypeORM entities featuring Many To Many, Many To One, One To One relations and Fixtures. It uses some fictional Pokemon® concepts to implement these relations. Database is PostgreSQL. Feel free to use it.
node
>= 16.14.xnpm
>= 8.5.x
$ npm i
$ docker-compose up -d
$ npm run typeorm:migration:run
$ npm run fixtures
$ npm run start:dev
And then you can call http://localhost:3000/type/Grass from your browser
Under MIT licensed.