To run this app:
npm install run-rs -gnpm install -g mongo-expressAt the project root folder run
npm installStart mongodb with replica sets
run-rsPopulate DB
node populate_db.jsStart node app
node app.jsTo test the GraphQL queries through GraphiQL access to localhost:3000/graphql
To interact with mongodb you can use mongo-express
mongo-express -U "mongodb://localhost:27017,localhost:27018,localhost:27019/example?replicaSet=rs"