E- Commerce Web

Description

A web application designed with the help of python web based framework django. The frontend of the application designed with HTML, CSS, Javascript. Backend of the application with Django. Database with SQLite.

The Peer-to-Peer Ecommerce website is a user-friendly platform designed to facilitate the buying and selling of first and second-hand products. Built with HTML, CSS, JavaScript, and Django, the website provides a seamless interface for sellers and buyers to connect and negotiate transactions independently. While the website doesn't handle payment gateways or shipment details, it offers a secure environment for users to interact and arrange logistics privately. The platform aims to foster a community-driven marketplace where users can engage in hassle-free transactions and find desired products.

Advantages

  • A platform for peer-to-peer buying and selling of first and second-hand products.
  • Does not handle payment gateways or shipment details directly; users arrange logistics independently.
  • Emphasis on user security and privacy during transactions.
  • Fosters a community-driven marketplace for hassle-free transactions and product discovery.

Installation

  1. Download the zip file of this repository or clone.
  2. Execute virtualenv command. Make sure your system has python installed in it.
venv\Scripts\activate 

(for windows) 3. Install the requirements.txt file.

pip install -r requirements.txt
  1. Run the migrations
python manage.py makemigrations 
python manage.py migrate
  1. Run server in your localhost
python manage.py runserver
  1. Open your web browser and type http://localhost:8000/

🌲 Project tree

All the issue templates.

---

📸 Screenshots

A couple of screenshots to delight you before you use this template.

Login page

login.png

Register page

register.png

User Dashboard

dashboard.png

Categories

categories.png

Wishlist

wishlist.png

Cart

cart.png

Full preview

full.png

Second Hand Store With Auctions

new.png

Create a New Listing

new.png

Placing Bid

placebid.png

Bid Placed

Bidplaced.png

Owner Closing Auction

close.png

Winner of the Auction

winner.png