/AuctionHub

Primary LanguageHTMLMIT LicenseMIT

AuctionHub

AuctionHub

Introduction

  • A web application wherein users can put products for sale or bid for products.

Features

  • Add product
  • Bid for product
  • View product according to category
  • View user's past auctions

Tech Stack

  • Frontend
    • HTML5
    • CSS3
    • Bootstrap5
    • Vanilla JavaScript
  • Backend
    • Django
  • Database
    • sqlite3

Local Setup

  • Clone repository
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
  • Go to 127.0.0.1:8000 in your web browser.

Developers