This repository contains the code for the To-Do list web application (excluding wgsi setup)
- Python 3.7 or higher
- Pip (Python package manager)
- Before running locally, please ensure you can download dependencies globally or utilize a virtual environment.
-
Install dependences:
pip install -r requirements.txt -
Run main:
python main.py