GraphQL API starter using Nest framework, TypeORM and Postgres.
$ npm install
There is a docker-compose.yml
file for starting Docker.
docker-compose up
After running the sample, you can stop the Docker container with
docker-compose down
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod