This project is a simple Django-based shopping website that functions as an online marketplace, allowing multiple shops to list and sell their products. Similar to platforms like Amazon, vendors can submit shopping requests to have their products added to the site. The website allows users to browse products, add them to their shopping cart, and complete purchases. It includes user authentication, product categories, and a streamlined checkout process, enhancing the overall shopping experience.
- Marketplace model: Multiple vendors can request to list their products.
- Product request system: Vendors can submit products via a shopping request form.
- User authentication: Secure login system for users.
- Product categories: Organized for easier navigation.
- Shopping cart functionality: Users can add products and manage their cart.
- Streamlined checkout process: Simplified process for completing purchases.
- Django-powered: Built using Django, following a clean and modular design.
- User-friendly interface: Customers can easily browse and purchase products from various vendors.
-
Clone the repository:
git clone https://github.com/Nima-Hmz/SimpleShoppingWebsite.git
-
make sure you have python3 installed on your computer then install dependencies in project directory:
python3 -m pip install -r requirments.txt
To run the donation platform on a localhost, follow these steps:
- Navigate to the donate directory:
cd shop2
- Run the following command to start the application:
python3 manage.py runserver
Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the GNU General Public License v3.0. For more details, see the LICENSE file.
Created by [Nima-Hmz] - [hmznima77@gmail.com]