Skip to content

Home

Session 1: Introduction to Flask and Project Setup

Session 2: Introduction to MongoDB

Session 3: Creating the Movie Model and Basic CRUD Operations

Session 4: Jinja2 Templating and Displaying Movies

Session 5: Adding Cast and Reviews

Session 6: Updating and Deleting Movies, Cast, and Reviews

Session 7: Deployment and Final Project Review

  • Preparing the application for deployment
    • Using a WSGI server (e.g., Gunicorn)
  • Deploying the Flask app
    • Deploying to a cloud service like Heroku, AWS, or DigitalOcean