Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```