- Faith Mwangi
- Martin Maina
- Williams Oditi
- lilian Muita
- Kelvin Wepo
Shop-Zilla is a web application that helps shoppers to choose their suitable products from E-commerce sites in just one click at their conviniences.
-
Clone the repository by running
https://https://github.com/Miss-Faith/Shop-Zilla
Navigate to the project
cd Shop-Zilla
-
Create a virtual enviroment
pip install virtualenv
To activate the created virtual environment, run
source virtual/bin/activate
-
Create database You will need to create a new postgress database by typing the following command to access postgress
$ psql
Then run below query to create a new database named
# create databases Shop;
-
Create Database migrations make migrations on postgres using django
python3.8 manage.py makemigrations shop
then run the below command.
python3.8 manage.py migrate
-
Run the app To run the application on your development machine,
pythong3.8 manage.py runserver
To run tests;
python3.8 manage.py test
- Python3.8
- Django
- HTML
- Bootstrap
- CSS
- Allows user to login
- Allows user to view products from different E-commerce sites
- Allows user to filter products according to their preferences
- Allows user to view products even if they are not logged in
The project is underMIT License.