/lumen-mongodb

Lumen CMS application server to coonect with MongoDB and GraphQl

Primary LanguageJavaScript

GraphQL-Yoga MongoDB Example

This is a small boilerplate/showcase how to use graphql-yoga combined with mongodb. Following features currently implemented

  • MongoDB validation
  • Authentication
  • CRUD
  • Subscription

Running it:

  • Use docker-compose up to setup mongodb.
  • Use yarn dev to start the server in Developer Mode.
  • make sure you allow docker to use ./containers as folder

Playground

Deployment:

  • TODO

Dependencies:

  • Graphql-Yoga
  • MongoDB
  • Nodemon