This is a simple TODO API created using Flask. This code is for learning purposes
Open the directory using comand line and run the following command
$ pip install -r requirements.txt
The above command will install everything you need to get started
python -m flask run