github icon

github icon

Deploy Backend Code

May 17, 2020


In this chapter we will deploy our backend.

So make sure you commit all your code. I use Visual Studio code, so I do the following:

Write a commit message:

Then I click the tab next to the branch name to commit the code into master:

Next go into the Seed Console. You should see the build being triggered and in progress:

When you open up the build logs you should see your Endpoint:

Navigate to the Endpoints, you should be able execute queries and mutations:

Congrats! We now have a working GraphQL API!

Chapters

Backend

Frontend