Skip to content

Sample Nest.js application with TypeORM and PostgreSQL

Notifications You must be signed in to change notification settings

danielvfo/sample-nest-app

Repository files navigation

Sample Nest App

Project ER Diagram

This project was made possible thanks to Nest framework TypeScript starter repository. This project was made possible thanks to TypeORM.

Description

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.

Dependencies

  • node >= 16.14.x
  • npm >= 8.5.x

Install and run

$ 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

License

Under MIT licensed.

About

Sample Nest.js application with TypeORM and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published