-
Run the application: Start the web server with:
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python app.py -
Access the application: Open your web browser and navigate to
http://localhost:3000to access the to-do list application.