Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```