Skip to content

NestJS Project Starter with Multiple Database Connections using TypeORM and MySQL/MariaDB

Notifications You must be signed in to change notification settings

alexey-ledenev/nestjs-multiple-db

Repository files navigation

nestjs-multiple-db

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

NestJS Project Starter with Multiple Database Connections using TypeORM and MySQL/MariaDB

Topics

Resources

Stars

Watchers

Forks