Todo application implemented using django and bootstrap.
After checkout the project run below command to set up and start the application. The application need python 3.10.x to run. Install the required packages using the pip command.
todos>pip install requirement.txt
Make sure all packages installed not errors while installing
python manage.py runserver
this will start the application in default port 8000
Now open the browser and hit the URL - http://127.0.0.1:8000/