This is a small boilerplate/showcase how to use graphql-yoga combined with mongodb. Following features currently implemented
- MongoDB validation
- Authentication
- CRUD
- Subscription
- 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
- visit http://localhost:4000
- TODO
- Graphql-Yoga
- MongoDB
- Nodemon