Hobby projects
#webcart online food delivery website front-end used HTML+CSS and Bootstrap Framework to make it more responsive, mobile-first and interactive application Back-end used Python and Django Framework Users are able to create and login into accounts Users are able to order food online and have it delivered
How To Run webcart(windows)
Create a folder and cd into it
download and create a virtualenv using pip inside the folder(pip install virtualenv && virtualenv <name>)
cd into virtualenv (to activate virtualenv use command ".\scripts\activate")
install django inside the virtualenv(pip install django)
clone webcart folder
install libraries using pip(pip install Pillow, pip install django-crispy_forms)
runserver using command "python manage.py runserver"
copy paste the given url to you browser and run website