Skip to content

👜 A real-time auction site for reselling antiques and luxury products. Sem IV OSTL project. (Django + Redis + Channels)

Notifications You must be signed in to change notification settings

SakshiUppoor/re-bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

👜 A real-time auction site for reselling antiques and luxury products. Sem IV OSTL project. (Django + Redis + Channels)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published