We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
This is part 6 of Building a To-Do List App.
Create a deployment
After successfully logging into the site for the first time, your dashboard should look something like this.

todo-app-deployment
and set the optional subdomain as
todo-app
, using which the deployment will be accessible. We can choose any
subdomain here as long as it’s available.
Let’s set it up in AWS, in the US region, and click on the Launch button.

src/config.json
and update the graphqlUrl
field with your GraphQL API
endpoint.