Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 345 Bytes

File metadata and controls

14 lines (11 loc) · 345 Bytes

Python To-Do Web Application

  1. Run the application: Start the web server with:

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