0.0.2 • Published 6 years ago
nestjs-graphql-mongodb v0.0.2
nestjs-graphql-mongodb
- Install client https://www.npmjs.com/package/angular-material-graphql-client
- Start angular app ( See client README )
- Start serverside app
npm run start
- 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