Bid Auction Application

A real time bid auction application built with django and react.

Installation

  1. Clone the repository
git clone
  1. Install dependencies
pip install -r requirements.txt
  1. Run migrations
python manage.py migrate
  1. Run the server
python manage.py runserver

Usage

  1. Create a superuser
python manage.py createsuperuser
  1. Login to the admin dashboard
http://localhost:8000/admin
  1. Create a new auction

  2. Create a new bid

  3. Login to the user dashboard

http://localhost:8000
  1. Place a bid

  2. View the bid history

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.