Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 3.23 KB

README.md

File metadata and controls

90 lines (71 loc) · 3.23 KB

Logo

A real-time auctioning platform that provides a platform for sellers and prospective buyers from all over the world to interact.
Explore the docs »

View Demo · Report Bug · Request Feature

Install

Creating and activating virtual environment

virtualenv venv
cd Scripts
activate

Setup & install Redis server on Windows

Start the Redis server

Navigate back to the main folder. Installing requirements and making migrations

pip install -r requirements.txt
python manage.gy makemigrations
python manage.py migrate
python manage.py runserver

Team

About the Project

Pages

  • Login
  • Sign Up
  • Home
  • Shop
  • Product Details
  • Auction Room
  • Cart
  • My Products
  • Add Product
  • Profile

Features

Real-time filtering of products based on category.
Real-time online bidding in auction rooms.

Auction room where all bidders bid against each other for a particular product. The room displays all bidders along with their latest bids, the base price, current price and details of the product being auctioned.

Detailed description for all products along with images.

Sellers can add multiple images for a product to showcase the product from all angles. Live status feature to indicate whether the auction is live or not. Tells users how much time is left for an auction to start or end.

Built Using

Built On