A GraphQL MongoDB server.
https://github.com/leonardomso/graphql-mongodb-server.git
A server boilerplate using GraphQL and MongoDB.
This is a server boilerplate using GraphQL and MongoDB. Support subscriptions using GraphQL Yoga.
https://github.com/leonardomso/graphql-mongodb-server.gitcd graphql-mongodb-server.yarn or npm install to install dependencies..env file with your mongoURI.npm start to see the example app at http://localhost:4000/playground.npm start - start the playground at http://localhost:4000/playgroundMIT license, Copyright (c) 2018 Leonardo Maldonado.