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.
- 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.
- Clone this repository to your local machine.
- Set up a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Configure your database settings in
settings.py
. - Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Access the app through the URL provided by the development server.
- Use the intuitive search interface to find products.
- Compare prices and details to make informed choices.
- Log in to create and manage your wishlist with target prices.
- Get notified when products match your budget.
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.
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!