- This is Online store 🏬.
- we haven't include price features to it because this is part of our course project and also due to small team.
- HTML
- CSS
- BOOTSTRAP
- Django Famework
- Buy/Add to Cart 🛒
- Making order to their own address 🏡.
- review & rating system
- product recommendation
- filters (Price and more)
- Product Tracker Page
- Add/Remove Product
- Modify Product
- Can Check Ratings For Their Product
- Order Will Automatically Assign To Avaible Transpoter
- Transpoter Can Change Product Delivary status
- Sell All Deliverd/Undeliverd Products
-
Install the virtualenv package
pip install virtualenv
-
Create your virtual-enviroment
virtualenv venv
-
Activate virtual-enviroment
- Mac OS / Linux
source venv/bin/activate
- Windows
venv/Script/activate
- Mac OS / Linux
-
Installing Modules
pip install django
pip install pillow
-
Run the Django project
python manage.py runserver x.x.x.x:8080
or
python manage.py runserver
-
Deactivate the virtual environment
deactiavte
NOTE : Point 1,2,4 is for first time executing project