Build a To-Do App with Python, Flask and Supabase | Full CRUD Tutorial Step-by-Step

Опубликовано: 19 Май 2026
на канале: Ghost Python Academy
363
13

Learn how to build a complete To-Do List web application using Python, Flask & Supabase!
In this tutorial, we set up Supabase, create the database, connect it to Flask, build a full CRUD API, and update tasks in real-time.

Source code here: https://github.com/GH0STH4CKER/ToDoLi...

🔥 What You’ll Learn

● Setting up a Supabase project & database
● Creating tables and API keys
● Connecting Flask to Supabase
● CRUD operations (Add, Edit, Delete, Fetch tasks)
● Running the app locally & testing everything live

🧰 Tech Used

● Python
● Flask
● Supabase (PostgreSQL + REST API)
● HTML, CSS, JS (Frontend)

#supabase #pythonflask #todos