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
- Host: GitHub
- URL: https://github.com/wildegor/fastify-gql
- Owner: WildEgor
- License: mit
- Created: 2023-12-30T10:00:20.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-30T13:12:19.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:42:32.011Z (over 1 year 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
```