Nest framework TypeScript starter repository.
$ npm install
# run seeds
$ npx sequelize-cli db:seed:all
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest framework TypeScript starter repository.
$ npm install
# run seeds
$ npx sequelize-cli db:seed:all
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod