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
- Host: GitHub
- URL: https://github.com/svtslv/nestjs-graphql-example
- Owner: svtslv
- License: mit
- Created: 2020-08-31T05:58:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T15:39:42.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T02:09:43.316Z (over 1 year ago)
- Topics: apollo-server, backend, graphql, knex, nestjs, objectionjs
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)