kevinmmartins / graphQL-mongo-koa

Simple project to practice graphQL with Mongo and Koa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphQL-mongo-koa

Codacy Badge Build Status

Simple project to practice graphQL with Mongo and Koa

Requirements

  • Docker Compose 1.21.2+

Run

docker-compose build
docker-compose up

Check the project

Go to

http://localhost:8085/graphql

Use the Query

{
	user(name: "Kevin Martins") {
    name
    age
    birthday
    nick
    id
  }
}

Execute

alt text

About

Simple project to practice graphQL with Mongo and Koa


Languages

Language:JavaScript 92.4%Language:Dockerfile 7.6%