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

https://github.com/svtslv/nestjs-graphql-example

NestJS GraphQL Example
https://github.com/svtslv/nestjs-graphql-example

apollo-server backend graphql knex nestjs objectionjs

Last synced: about 2 months ago
JSON representation

NestJS GraphQL Example

Awesome Lists containing this project

README

          

# NestJS GraphQL Example

NestJS GraphQL Example with Apollo Server, PostgreSQL and Minio

## How to use
1. ```npm ci```
2. ```docker-compose up```
3. ```npm run dbmate up```
4. ```npm run db:seed```
3. ```npm run dev```

## GraphQL Client
[NextJS GraphQL](https://github.com/svtslv/nextjs-graphql-example)