The Complete Guide to Django REST Framework and Vue JS

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Build Professional REST APIs and Single Page Applications with Django and Vue JS

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Michele Saba

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/vuejs • comment
2 points • isaacgeorgejoy

Not really sorry I googled and found this: https://www.udemy.com/course/the-complete-guide-to-django-rest-framework-and-vue-js/?referralCode=A2FA0F6C1C4BE66A3B3E

I learned them separately and then figured out how to combine them best (separate API logic from your components).

And nuxt is just super easy I guess because I don't use it to render server side. I just use it in SPA mode because I like how whenever I create a .vue file in /pages folder it automatically creates the route for that.

Who wants to set up all their routes always? (not me)

r/djangolearning • comment
1 points • EventuallyChunky

If you would like to use paid courses, then you might consider

https://www.udemy.com/course/the-complete-guide-to-django-rest-framework-and-vue-js/ If you don't want to pay, clone the source code and understand it with the help of Documentation.

Source Code : https://github.com/pymike00/The-Complete-Guide-To-DRF-and-VueJS

https://testdriven.io/courses/tdd-django/ (expensive, check its reviews online )

And more importantly, after learning from these, try to build your own api using what you learnt. It will help you in the long run.

Other Helpful Links:

https://sunscrapers.com/blog/ultimate-tutorial-django-rest-framework-part-1/

https://www.andreagrandi.it/2016/09/28/creating-production-ready-api-python-django-rest-framework-part-1/