Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 394 Bytes

File metadata and controls

11 lines (6 loc) · 394 Bytes

This is a simple to-do webapp built upon the django framework.

I created this webapp from here. It provides the entire code, the configuration.

Run this on your system Using the following commands:

./manage.py runserver 9200

Then navigate to localhost:9200/ on a browser of your choice.

Use the WebApp