Skip to content

GraphQL server implementation with subscriptions support and mongodb for data store

Notifications You must be signed in to change notification settings

preetb123/graphql-server-with-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL server with mongodb

GraphQL server implementation with subscriptions and mongodb for data store

Setup

git clone https://github.com/preetb123/graphql-server-with-mongodb.git
cd graphql-server-with-mongodb
yarn install

# make sure you have [mongodb](https://gist.github.com/nrollr/9f523ae17ecdbb50311980503409aeb3) installed
# start the mongodb
brew services start mongodb
# make mongodb available to server
export MONGODB_URI=mongodb://localhost/eventsite
# this will run the app using nodemon
yarn dev

About

GraphQL server implementation with subscriptions support and mongodb for data store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published