/nestjs-sequelize

Proyecto ejemplo de uso de nestjs con sequelize

Primary LanguageTypeScript

Tools

  • Nestjs
  • Sequelize v6
  • Pinojs
  • Swagger
  • Jest

Installation

$ npm install

Configuration

cp .env.example .env

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