Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hantsy/nestjs-graphql-prisma-sample
Nestjs GraphQL Prisma Example
https://github.com/hantsy/nestjs-graphql-prisma-sample
graphql nestjs prisma
Last synced: 24 days ago
JSON representation
Nestjs GraphQL Prisma Example
- Host: GitHub
- URL: https://github.com/hantsy/nestjs-graphql-prisma-sample
- Owner: hantsy
- License: gpl-3.0
- Created: 2021-05-24T14:14:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T09:13:10.000Z (10 months ago)
- Last Synced: 2024-10-10T18:44:15.777Z (about 1 month ago)
- Topics: graphql, nestjs, prisma
- Language: TypeScript
- Homepage:
- Size: 2.74 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```## Resources
* [Next-Generation & Fully Type-Safe ORM for NestJS](https://www.prisma.io/nestjs)