Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanguns/graphql-nestjs-crud
https://github.com/ruslanguns/graphql-nestjs-crud
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruslanguns/graphql-nestjs-crud
- Owner: ruslanguns
- Created: 2020-01-21T21:35:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:27:01.000Z (11 months ago)
- Last Synced: 2024-05-28T17:07:07.721Z (6 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)