Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkosminov/nestjs-yoga-example
NestJS example with GraphQL, schema stitching, schema reload, dataloader
https://github.com/tkosminov/nestjs-yoga-example
dataloader graphql graphql-yoga nestjs schema-reload schema-stitching typescript
Last synced: 7 days ago
JSON representation
NestJS example with GraphQL, schema stitching, schema reload, dataloader
- Host: GitHub
- URL: https://github.com/tkosminov/nestjs-yoga-example
- Owner: tkosminov
- License: mit
- Created: 2023-02-06T06:12:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T06:17:43.000Z (over 1 year ago)
- Last Synced: 2024-12-28T01:39:02.785Z (about 1 month ago)
- Topics: dataloader, graphql, graphql-yoga, nestjs, schema-reload, schema-stitching, typescript
- Language: TypeScript
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NestJS-Yoga-Example
* NestJS 10
* TypeORM 0.3## Dependencies
* [NodeJS 18](https://nodejs.org/download/release/latest-v18.x/)
* [PostgreSQL 13](https://www.postgresql.org/download/)## Installation
```bash
npm ci
```## Running the app
```bash
npm run start:dev
```