Skip to content

zulkhaery/nestjs-mongoose-graphql

Repository files navigation

Description

Testing NestJS + MongooDB (Mongoose) + GraphQL

Installation

dont forget to change mongodb string connection in ./src/app.module.ts

$ 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

GraphQL

http://localhost:3000/graphql

About

Testing Nestjs using mongodb (mongoose) and graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published