Skip to content

Un serveur Nestjs graphql avec la base de données MongoDb

Notifications You must be signed in to change notification settings

ThierryTe/nestjs-graphql-server

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads

Description

Un petit serveur avec nestjs et graphql

Packages

inclus @nestjs/graphql graphql-tools graphql apollo-server-express class-validator graphql-susbcriptions

commandes à exécuter

tsc src/generate-typings.ts node src/generate-typings.js

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

About

Un serveur Nestjs graphql avec la base de données MongoDb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published