zuri-training / price_compare_team_23

A website to compare prices of products from different online stores
MIT License
3 stars 6 forks source link

price_compare_team_23

Price compare

Running or deploying

General Information

Shopmore a web application used to compare prices of products from different online stores and lead the user to the purchasing page from the store.

Project Documentation

the project contans 2 apps: accounts,category

the settings are in the price_compare_team_23.settings.py file

Documentation

Technology used

Features

Unauthenticated Users

Authenticated Users

Categories

Using the Platform

Collaborators

How to Contribute

Running the project or deploying

1 Clone the repository and move into the directory


git clone https://github.com/zuri-training/price_compare_team_23 && cd price_compare_team_23

2 Create a virtual environment


python -m venv env

3 activate the environment:

windows:


.\env\Scripts\activate

macOs:


source env/bin/activate

4 Install the requirements


pip install -r requirements.txt

5 makemigrations


 python manage.py makemigrations

6 migrate


 python manage.py migrate

7 run


 python manage.py runserver