This is our project for Makeathon 3077. This is a price comparison website that compares the prices fo various ecommerce website and shows you the best deal available for a particular product.
Python
- Run
install-dependencies.batto install the dependencies. - Run
runsever.batto run the django testserver. - Then open
localhost:8000in the web browser.
- Make sure you have Docker installed on your system.
- In cmd, enter
docker pull justshivam/penny:latest. - Then run the image by entering
docker run -p 8000:8000 justshivam/penny:latest. - open
localhost:8000in web browser.