A starter Api for NestJs framework.
.env
).Create migration:
npm run typeorm:migration:create {name}
Run migrations:
npm run typeorm:migration:run
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod