Skip to content

Python Tutorial: Learn how to build a Course Platform to host and deliver video courses with Django, Cloudinary, HTMX, and more.

Notifications You must be signed in to change notification settings

codingforentrepreneurs/Course-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Course Platform

Watch the tutorial here

Tech Stack

Tech Stack:

Overview

What we are building

  • Courses:

    • Title
    • Description
    • Thumbnail/Image
    • Access:
      • Anyone
      • Email required
      • Purchase required
      • User required (n/a)
    • Status:
      • Published
      • Coming Soon
      • Draft
    • Lessons
      • Title
      • Description
      • Video
      • Status: Published, Coming Soon, Draft
  • Email verification for short-lived access

    • Views:
      • Collect user email
      • Verify user email
        • Activate session
    • Models:
      • Email
      • EmailVerificationToken