Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardomso/graphql-mongodb-server
A GraphQL MongoDB server.
https://github.com/leonardomso/graphql-mongodb-server
boilerplate express graphql mongodb server
Last synced: 5 days ago
JSON representation
A GraphQL MongoDB server.
- Host: GitHub
- URL: https://github.com/leonardomso/graphql-mongodb-server
- Owner: leonardomso
- Created: 2018-10-03T14:25:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:33:58.000Z (about 2 years ago)
- Last Synced: 2025-01-10T05:12:01.406Z (12 days ago)
- Topics: boilerplate, express, graphql, mongodb, server
- Language: JavaScript
- Homepage:
- Size: 4.47 MB
- Stars: 252
- Watchers: 14
- Forks: 90
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphQL MongoDB ServerA server boilerplate using GraphQL and MongoDB.
## Introduction
This is a server boilerplate using GraphQL and MongoDB. Support subscriptions using GraphQL Yoga.
## Getting started
1. Clone this repo using `https://github.com/leonardomso/graphql-mongodb-server.git`
2. Move to the appropriate directory: `cd graphql-mongodb-server`.
4. Run `yarn` or `npm install` to install dependencies.
5. Set `.env` file with your mongoURI.
6. 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.