Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 845 Bytes

Online-Price-comparer

Prerequisites

python== 3.5 or up and django==3.1.1 or up

Installing

Open terminal and type
git clone https://github.com/orvil1026/Online-Price-comparer.git

or simply download using the url below

https://github.com/orvil1026/Online-Price-comparer.git

Install Requirements

pip install -r requirements.txt

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To run the program in local server use the following command

python manage.py runserver

Output