# graphql-mongodb-server **Repository Path**: mirrors_leonardomso/graphql-mongodb-server ## Basic Information - **Project Name**: graphql-mongodb-server - **Description**: A GraphQL MongoDB server. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


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 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.