Simple API for todo management Installation 1.Install the required packages: pip install -r requirements.txt 2.Create virtual environment: python3 -m venv venv 3.Activate virtual environment: source venv/bin/activate 4.Run server: In Linux: python3 main.py In Windows: python main.py