Skip to content

mihikagaonkar/AuctionHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published