Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 360 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 360 Bytes

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.