Confectionery Connect Is an E-commerce Video Course Marketplace

Copied URL with current time.
0:00 / 0:00

In this episode of Running in Production, Sean Parsons goes over building an e-commerce video course marketplace to sell Confectionery goods with Django and Python. It’s been running in production since December 2019 and it’s hosted on AWS.

The app has roughly ~100k lines of code and was solo developed part time over about 3 months before shipping an MVP.

Topics Include

  • 3:00 – Modifying an existing e-commerce library called Seleor
  • 7:20 – Figuring out how to pay out instructors fairly based on activity
  • 10:04 – Picking Django, avoiding burnout and splitting the code into ~15 Django apps
  • 20:49 – Celery is being used extensively, along with Celery Beat
  • 25:10 – Stripe as a payment gateway was a natural fit given their subscription model
  • 29:44 – It is a server rendered site with Django templates, except for the video player
  • 35:26 – Turns out using Amazon’s video encoding service is expensive, so Sean uses ffmpeg
  • 38:48 – High level overview about the rest of the tech stack
  • 42:21 – Using Fabric to deploy to a single EC2 instance
  • 45:00 – Going over the deploy process from development to production
  • 50:08 – Benefits of switching to a compute optimized C5n.large EC2 instance
  • 1:00:46 – Handling disasters and unexpected events
  • 1:04:39 – Best tips? Pick the tool you’re the most productive with and ship something
  • 1:07:03 – They’re on Instagram with a new account name of ZenVur
📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.

Questions

  • Want to discuss this episode on Twitter? Tag @nickjanetakis or use #RunningInProduction

Jun 08, 2020

✏️ Edit on GitHub