This web app & rest api can be used to keep track of your to do list (made by django)
Api Documentation is on website and viewable upon login
git clone https://github.com/Kingsolomon445/todo-list
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
Go to localhost:8000