Build a Blog Using Django, GraphQL, and Vue Quiz
Interactive Quiz ⋅ 8 Questions
By Philipp Acsany
In this quiz, you’ll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them.
You’ll revisit how to run the Django server and a Vue application on your computer at the same time.
The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Tutorial
Build a Blog Using Django, GraphQL, and Vue
In this step-by-step project, you'll build a blog from the ground up. You'll turn your Django blog data models into a GraphQL API and consume it in a Vue application for users to read. You'll end up with an admin site and a user-facing site you can continue to refine for your own use.