Nest Logo

NPM Version Package License CircleCI Coverage

Description

Nest framework TypeScript starter repository.

MySQL You will download MySQL to acces to the DB of this project.

[TypeORM] (https://typeorm.io/) TypeORM library

Installation

$ npm install -g @nestjs/cli

$ install MYSQL 

$ npm add @nestjs/typeorm typeorm mysql2n

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

Stay in touch

License

Nest is MIT licensed.