Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

fastify gql graphql nestjs

Last synced: 3 days 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
```