Skip to content

Nima-Hmz/SimpleShoppingWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleShoppingWebsite

Description

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.

Features

  • 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.

Installation

  1. Clone the repository: git clone https://github.com/Nima-Hmz/SimpleShoppingWebsite.git

  2. make sure you have python3 installed on your computer then install dependencies in project directory: python3 -m pip install -r requirments.txt

Usage

To run the donation platform on a localhost, follow these steps:

  1. Navigate to the donate directory: cd shop2
  2. Run the following command to start the application: python3 manage.py runserver

Contributing

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.

License

This project is licensed under the GNU General Public License v3.0. For more details, see the LICENSE file.

Contact

Created by [Nima-Hmz] - [hmznima77@gmail.com]