Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Lightweight and Scalable Online Forum with Flask and SQL Alchemy - Full Project Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Set Up the Project for the Forum App
- 3 Create main.py File + Copy the Code from Flask
- 4 Configure the db Extension
- 5 Create the Bootstrap Template
- 6 Add the Navigation Bar
- 7 Create the Topics + Comments Databases
- 8 Make a Simple Form + Add Headings
- 9 Run a Get Request to Fetch All the Topics
- 10 Test ‘Add a Topic’ Form
- 11 Choose the Bootstrap Template for Displaying Topics
- 12 Add a Jinja Loop
- 13 Add an href
- 14 Reduce Heading Size
- 15 Create topic.html Template
- 16 Add topic.html to main.py + Fix Any Issues
- 17 Show the Comments on the Page with SQL Alchemy
- 18 Add a Comment on the Forum
- 19 Display the Added Comment
- 20 Show the Number of Comments jinja Array Length
- 21 Fix the Headers in Navigation Bar
- 22 Host the Website on Akamai + Filezilla
- 23 Conclusion