This is a simple TODO app built using FastAPI.
Clone this repository to your local machine. Create a virtual environment:
python -m venv .venvActivate the virtual environment:
source .venv/bin/activateInstall the required Python packages:
pip install requirements.txtRun the app:
uvicorn main:app