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

https://github.com/wildegor/fastify-gql

Fastify GQL service demo
https://github.com/wildegor/fastify-gql

fastify gql graphql nestjs

Last synced: about 2 months ago
JSON representation

Fastify GQL service demo

Awesome Lists containing this project

README

          

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```