Skip to content

gedclack/NestJS-DDD-PostgreSQL

Repository files navigation

Description

  • Building API with NestJS implementing Domain-Driven Design
  • Use PostgreSQL with migration support

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

TypeORM Migration

# Generate changes
$ npx typeorm migration:generate -n <migration-name>

Documentation

# Swagger
http://localhost:3000/spec

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

Test NestJS with Domain-Driven Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published