dcortesnet / Nestjs-bookstore-graphql-mongodb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 86.9%Language:JavaScript 13.1%