Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorhmp/graphql-koa-example-server
An example of a simple GraphQL API using Koa and MongoDB
https://github.com/victorhmp/graphql-koa-example-server
docker graphql graphql-server koa mongodb
Last synced: about 1 month ago
JSON representation
An example of a simple GraphQL API using Koa and MongoDB
- Host: GitHub
- URL: https://github.com/victorhmp/graphql-koa-example-server
- Owner: victorhmp
- Created: 2018-07-10T15:51:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T14:59:48.000Z (over 6 years ago)
- Last Synced: 2024-11-11T10:09:02.646Z (3 months ago)
- Topics: docker, graphql, graphql-server, koa, mongodb
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Example API
This repository was created for my TechTalk on GraphQL at USPCodeLab's Winter School 2018 to serve as a simple example of how to create a GraphQL API from scratch using Koa and connecting to a MongoDB database.
## Docker
This repository is also configured to work on a Docker environment. To run it locally just use:
```bash
$ docker-compose build
$ docker-compose up
```