https://github.com/ruslanguns/graphql-nestjs-crud
https://github.com/ruslanguns/graphql-nestjs-crud
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruslanguns/graphql-nestjs-crud
- Owner: ruslanguns
- Created: 2020-01-21T21:35:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:27:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T17:14:42.895Z (8 months ago)
- Language: TypeScript
- Size: 2.55 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nestjs + GraphQL + Mongoose — CRUD
## 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)