Skip to content

rabbilyasar/auction_site

Repository files navigation

auction_site

An auction site like ebay.

Docker

Setup

Step 1. Build docker container docker-compose build
Step 2. Up the container docker-compose up

Virtualenv

Setup

Step 1. clone the repository
Step 2. Source the env file using source env/bin/activate
step 4. install from requirements pip install -r requirements.txt
Step 3. start the django server cd auction_site && python manage.py runserver 0.0.0.0:8000

Test

  • Run all the test cases python manage.py test

Signup

  • visit url http://0.0.0.0:8000/accounts/signup/

Login to the page

  • visit url http://0.0.0.0:8000/accounts/login/

Welcome to dashboard

  • This is where all the auctions are listed from all the users
  • A user can create a new auction by clicking the button "Add new auction"

How to use

  • After registering one can make new bids by adding their bid and setting up a minimum bid price.
  • Once published anyone can bid on the product.
  • The end date for a bid is automatically set to 5days.
  • After the date is expired the latest user is chosen as the winner.

About

An auction site like ebay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages