Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikechukwu-peter/nest-graphql
A little CRUD operation to learn NestJs and GraphQL
https://github.com/ikechukwu-peter/nest-graphql
Last synced: 15 days ago
JSON representation
A little CRUD operation to learn NestJs and GraphQL
- Host: GitHub
- URL: https://github.com/ikechukwu-peter/nest-graphql
- Owner: ikechukwu-peter
- Created: 2022-07-01T17:18:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T17:26:29.000Z (over 2 years ago)
- Last Synced: 2024-10-27T11:16:37.922Z (2 months ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
Nest-GraphQL
## Description
A little CRUD operation to learn NestJs and GraphQL.
## 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
```