Skip to content

GroceriStar/playing-with-graphql

Repository files navigation

Setting up the server

Install latest versions of node.js and npm type the command npm start open http://localhost:3000/graphql on your browser to test the server

playing-with-graphql

For setting up this project, follow:

https://graphql.org/graphql-js/

Links/credentials to MongoDB databases:

Groceristar database

"url": "mongodb://heroku_p3w65n77:[email protected]:35065/heroku_p3w65n77",
"name": "groceryDS",

Recipe Search API database

"searchDS": {
"url": "mongodb://heroku_ghbnqks1:[email protected]:39994/heroku_ghbnqks1"
},

ChickenKyiv(Recipe server) database

"recipeDS": {
"url": "mongodb://heroku_p0dxgncb:[email protected]:47052/heroku_p0dxgncb"
}

Database schemes for ChickenKyiv

Long term goals

We have at least few databases and I prepare some plan so we actually will not just replicate logic of our current API servers, but we also will extend and update it. Some details please read here:

Other links for further reading

https://github.com/ChickenKyiv/awesome-graphql-beginner-links

Releases

No releases published

Packages

No packages published