E-commerce Website With Django and Vue Tutorial (Django Rest Framework)

Learn how to build an e-commerce website using Django and Vue from scratch. Django uses Python Vue uses JavaScript. Django Rest Framework is used to build the API and backend. The frontend is a separate Vue project. To handle the payments, we implement Stripe. ✏️ The course was developed by CodeWithStein. Check out his channel: 🐦 CodeWithStein on twitter: 💻 Code - Django: 💻 Code - Vue: 🔗 Live demo: 🔗 The files and commands I use on the server can be found in the repository here: ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Intro ⌨️ (0:00:55) Demo ⌨️ (0:02:41) Install and setup (Django) ⌨️ (0:11:39) Install and setup (Vue) ⌨️ (0:15:49) Include Font Awesome ⌨️ (0:16:28) Set up the base template ⌨️ (0:22:55) Create django app and models for product
Back to Top