Nest framework TypeScript starter repository with typeorm and graphql.
$ npm install
$ cp development.example.env development.env
# 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
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.