0.0.2 • Published 6 years ago

nestjs-graphql-mongodb v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

nestjs-graphql-mongodb

  1. Install client https://www.npmjs.com/package/angular-material-graphql-client
  2. Start angular app ( See client README )
  3. Start serverside app npm run start
  4. Start mongodb.exe

Description

This is a seed server that uses nestjs, graphql and mongodb. There is an accompanying client using Angular + Material + Apollo Graphql

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