Skip to content

An Django Web Application to compare prices between e-commerce website (Amazon and Flipkart)

Notifications You must be signed in to change notification settings

orvil1026/Online-Price-comparer

Repository files navigation

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

About

An Django Web Application to compare prices between e-commerce website (Amazon and Flipkart)

Topics

Resources

Stars

Watchers

Forks