Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.02 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.02 KB

Price Comparison App for Nepali E-Commerce Products 🛍️

Welcome to the Nepali E-Commerce Product App! This application provides a streamlined way to search products across different Nepali e-commerce sites, compare prices, and manage your wishlist with targeted prices. It aims to enhance your shopping experience by helping you make informed decisions and get notified when your desired products fit your budget.

Features

  • Search and explore products from multiple Nepali e-commerce sites.
  • Price Comparison: Compare prices to make the best purchasing choice.
  • Create a wishlist of products with your desired target prices.
  • Get notified when a product's price matches your budget.
  • Seamless search experience, no authentication required.
  • Securely manage your wishlist by logging in.

Installation

  1. Clone this repository to your local machine.
  2. Set up a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate # On Windows: venv\Scripts\activate
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Configure your database settings in settings.py.
  5. Apply migrations:
    python manage.py migrate
  6. Run the development server:
    python manage.py runserver
    

Usage

  1. Access the app through the URL provided by the development server.
  2. Use the intuitive search interface to find products.
  3. Compare prices and details to make informed choices.
  4. Log in to create and manage your wishlist with target prices.
  5. Get notified when products match your budget.

Contributing

Contributions are welcome! If you'd like to add features, fix bugs, or improve documentation, feel free to fork this repository, create a new branch, and submit a pull request. For significant changes, please open an issue first to discuss the proposed changes.

License

This project is licensed under the MIT License.


Enhance your online shopping with the Nepali E-Commerce Product App. Discover, compare, wishlist, and save money!