Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruslanguns/graphql-nestjs-crud


https://github.com/ruslanguns/graphql-nestjs-crud

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nestjs + GraphQL + Mongoose — CRUD

NPM Version
Package License

## Description

[Nest](https://github.com/nestjs/nest) integrated with [GraphQL](https://graphql.org/) and [Mongoose](https://mongoosejs.com/) ODM of MongoDB, You will have a CRUD and useful samples for doing amazing server applications.

## Requirements

- MongoDB (Feel free to use the Docker with the script command `npm run start:db`)
- NestJs CLI

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## Stay in touch

- Author - [Ruslan Gonzalez](https://rusgunx.tk)
- Twitter - [@ruslangonzalez](https://twitter.com/ruslangonzalez)