Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/well-balanced/nest-gql
simple GraphQL API server with NestJS
https://github.com/well-balanced/nest-gql
graphql nestjs
Last synced: about 1 month ago
JSON representation
simple GraphQL API server with NestJS
- Host: GitHub
- URL: https://github.com/well-balanced/nest-gql
- Owner: well-balanced
- Created: 2022-03-14T14:35:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T15:50:29.000Z (over 2 years ago)
- Last Synced: 2024-12-17T06:05:59.397Z (about 1 month ago)
- Topics: graphql, nestjs
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gql-server
simple GraphQL API server with NestJS## Environment
- Node v17## Setup
```sh
$ npm i && npm run gqlgen && npm run start
```