Bidzar is a Django-based web application for online auctions. Users can register, create and view listings, place bids, and manage their accounts.
- User registration and authentication.
- Listing creation with title, description, starting price, and image upload.
- Bidding on listings with validation to ensure bids are higher than current price.
- Watchlist functionality to track interesting listings.
- Listing status management (active, closed, won).
- Comment on listings.
- Django web framework (https://www.djangoproject.com/)
- Python 3
- Sqlite database
Clone or download the Tentips repository from GitHub.
git clone https://github.com/Yuviio/Bidzar.git