Skip to content

mohsenkhashei/nestjs-typeorm

Repository files navigation

Nest Logo

Description

Working with TypeORM in Nest framework

  • CRUD working with Mysql database using docker
  • OneToOne Relation
  • OneToMany Relation
  • ManyToMany Relation
  • Use Transaction for rollback
  • Use Event Subscription
  • Using Migration
  • Add Unit Testing

Installation

$ pnpm install

Running the app

# running docker
$ pnpm run docker:compose

# watch mode
$ pnpm run start:dev

Test

# unit tests
$ pnpm test items.service

Requests

Run in Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published