Completed
View cart
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
E-commerce Website With Django and Vue Tutorial (Django Rest Framework)
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Demo
- 3 Install and setup (Django)
- 4 Install and setup (Vue)
- 5 Include Font Awesome
- 6 Set up the base template
- 7 Create django app and models for products
- 8 Create serializer and views for the products
- 9 Create simple front page (latest products)
- 10 View a product
- 11 Sette opp Vuex / State
- 12 Make it possible to add to cart
- 13 Implement a loading bar
- 14 Set document title (All pages)
- 15 Make it possible to view a category
- 16 Add search functionality
- 17 View cart
- 18 Change contents of cart
- 19 Make it possible to sign up
- 20 Make it possible to log in
- 21 Create a simple my account page
- 22 Proceed to checkout (Authentication)
- 23 Create a simple success page
- 24 Show my orders on the my account page
- 25 Deploy Django
- 26 Deploy Vue (Generate files locally, Send files to server, Set up nginx virtual host)