Built a To-Do app where user can make lists and save them to a database.
Steps to run these project locally :
-
git clone https://github.com/Prannav7/TO-do-app
-
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
-
Run these commands :
pip install virtualenv virtualenv myenv cd myenv/bin activate
No we see virtualenv being activated
- Install Django now using following command :
pip install django
- Run the following commands to run local server :
cd TO-do-app python manage.py runserver 0:8000
- Open chrome and hit your local server with this url