Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 554 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 554 Bytes

Description

Nest framework TypeScript starter repository with typeorm and graphql.

Installation

$ npm install
$ cp development.example.env development.env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Homepage http://localhost:3000

Graphql http://localhost:3000/api/graphql

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.