This is a simple to-do app built with Flask framework.It demonstrates how to build a CRUD application with Flask, SQLAlchemy, and Jinja2. It also shows how to use Bootstrap 4 with Flask.
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectActivate virtual environment (Windows):
.\venv\Scripts\activate.ps1Activate virtual environment (Mac/Linux):
source venv/Scripts/activateInstall dependencies
pip3 install -r dependencies.txtStart the server
python3 main.py