Skip to content

hirawatt/sAuction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sAuction

Smart Auctions Portal Flowchart

graph TB
    U1((user 1))
    U2((user 2))
    U3((user 3))
    U4((user 4))
    U1 & U2 & U3 & U4 --> C
    
    subgraph main
      A[Auction Dashboard]
      B((Admin Portal))
      C[Bidding Portal]
    end
    subgraph backend
      D(Data Broker/Storage)
      E((Redis))
    end
    
    A & B & C <--> D
Loading

GUIDE To Use

Step 1 : Enter your login code to get access to your Teams Bidding Portal Step 2 : Enter your Bid & start Bidding!

File format

  • dashboard.py - auction status & live dashboard
    • pages/admin.py - admin settings panel
  • bidding.py - team portal for bidding - seperate repo

Data required

Glossary

  • lb - last bid

Releases

No releases published

Packages

No packages published

Languages