Skip to content

Basic server with Nestjs, GraphQL and MongoDB. This repository is part of a self-taught supplemental course to help students develop skills.

License

Notifications You must be signed in to change notification settings

dcortesnet/Nestjs-bookstore-graphql-mongodb

Repository files navigation

Nestjs GraphQL MongoDB · GitHub license

Basic server with Nestjs, GraphQL and MongoDB. This repository is part of a self-taught supplemental course to help students develop skills.

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

Team

Developed by Diego Cortés

About

Basic server with Nestjs, GraphQL and MongoDB. This repository is part of a self-taught supplemental course to help students develop skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages