Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Fastify GQL service demo
- Host: GitHub
- URL: https://github.com/wildegor/fastify-gql
- Owner: WildEgor
- License: mit
- Created: 2023-12-30T10:00:20.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-30T13:12:19.000Z (about 1 year ago)
- Last Synced: 2024-11-08T17:34:42.377Z (about 2 months ago)
- Topics: fastify, gql, graphql, nestjs
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```