Description

Boilerplate application with Nest.js, TypeORM & GraphQL.

Pre-requirements

  • node.js (tested on v. 12.6.0)
  • docker
  • docker-compose

Installation

$ npm install

Running the app

# development
$ npm run start:local

# integration tests
$ npm run test:integration

License

Nest is MIT licensed.