Nest framework TypeScript starter repository.
MySQL You will download MySQL to acces to the DB of this project.
[TypeORM] (https://typeorm.io/) TypeORM library
$ npm install -g @nestjs/cli
$ install MYSQL
$ npm add @nestjs/typeorm typeorm mysql2n
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Rogelio Mohigefer Barrera
Nest is MIT licensed.