Skip to content

minhvuongrbs/nestjs-graphql-boilerplate

Repository files navigation

Nest Logo

Description

A boilerplate project for Nestjs that includes the following stacks:

  • Postgresql
  • Graphql
  • Typeorm

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Environment

# Postgrestql and db dashboard
$ yarn environment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published