Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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