Skip to content

Built a To-Do app where user can make lists and save them to a database.

Notifications You must be signed in to change notification settings

Pranav-bhandari7/TO-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-do-app

Built a To-Do app where user can make lists and save them to a database.

Steps to run these project locally :

  1. git clone https://github.com/Prannav7/TO-do-app

  2. Next install python and along with that we pip else follow this link to get pip command. https://pip.readthedocs.io/en/latest/installing/#install-pip

  3. Run these commands :

pip install virtualenv virtualenv myenv cd myenv/bin activate

No we see virtualenv being activated

  1. Install Django now using following command :

pip install django

  1. Run the following commands to run local server :

cd TO-do-app python manage.py runserver 0:8000

  1. Open chrome and hit your local server with this url

http://localhost:8000

About

Built a To-Do app where user can make lists and save them to a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published