Skip to content

mahak999/Todo-List_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List_WebApp

A Todo-List WebApp made using Django

Preview of Webapp

How to Run

Step-1: Download all the files and folders, and store them in a folder on your local computer

Step-2: Go to terminal and change directory to the new folder that you have created

Step-3: Install pip

Step-4: Install Django 2.1 using pip

Use the command: pip install Django==2.1

Step-5: Create a virtual environment

Use the command: pipenv shell

Step-6: Run the server to get the link

Use the command: python manage.py runserver

Step-7: Obtain the link and put "/todo" at the end of it and then run it in the browser to run the WebApp

Additional Resources

I used this blog to understand how to create a Webapp using Django.

About

A Todo-List WebApp made using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published