Tagged in

GraphQL

soosap
soosap
Insights on React, GraphQL, and Kubernetes
More information
Followers
50
Elsewhere
More, on Medium

Build a GraphQL server from scratch

Today, I am going to walk you through on how to build a GraphQL server from the ground up using node.js, Express, and mongoose (mongodb). We also use babel to enable modern ES6 and ES7's async/await features. In this tutorial, we will setup a free-tier mLab mongodb…