first learning purpose web app
To use the ToDo webApp, you need to do the following:
-
Install Django framework. You can get it a detailed guidance here https://docs.djangoproject.com/en/1.8/intro/install/
-
Pull the source code from https://github.com/cagrawal11/ToDo-list-web-app.git
-
Navigate to the project folder from Terminal and run the below command:
python manage.py makemigrations python manage.py migrate python manage.py runserver
-
Open web broweser and goto 127.0.0.1.:8000/ to access the app.