๐Ÿ“ฆ leonardomso / graphql-mongodb-server

A GraphQL MongoDB server.

โ˜… 253 stars โ‘‚ 90 forks ๐Ÿ‘ 253 watching
boilerplateexpressgraphqlmongodbserver
๐Ÿ“ฅ Clone https://github.com/leonardomso/graphql-mongodb-server.git
HTTPS git clone https://github.com/leonardomso/graphql-mongodb-server.git
SSH git clone git@github.com:leonardomso/graphql-mongodb-server.git
CLI gh repo clone leonardomso/graphql-mongodb-server
Leonardo Maldonado Leonardo Maldonado Merge pull request #15 from AntoninSlejska/master 0d9432e 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ config
๐Ÿ“ graphql
๐Ÿ“ server
๐Ÿ“„ .babelrc
๐Ÿ“„ .env.example
๐Ÿ“„ .gitignore
๐Ÿ“„ docker-compose.yml
๐Ÿ“„ Dockerfile
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md


GraphQL MongoDB Server

GraphQL MongoDB Server

A server boilerplate using GraphQL and MongoDB.

PRs Welcome License MIT


Introduction

This is a server boilerplate using GraphQL and MongoDB. Support subscriptions using GraphQL Yoga.

Getting started

  • Clone this repo using https://github.com/leonardomso/graphql-mongodb-server.git
  • Move to the appropriate directory: cd graphql-mongodb-server.
  • Run yarn or npm install to install dependencies.
  • Set .env file with your mongoURI.
  • Run npm start to see the example app at http://localhost:4000/playground.

Commands

  • npm start - start the playground at http://localhost:4000/playground

License

MIT license, Copyright (c) 2018 Leonardo Maldonado.