Skip to content

A real time auctioning platform where users can auction lots and pay for them once an auction is over.

Notifications You must be signed in to change notification settings

codewitgabi/auctioneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Command

uvicorn core.asgi:application --reload

TODO

  • Add paid database column to lots to show it has been paid for.
  • Add API endpoint to mark lots as paid for when payment is completed.

Contributing

To contribute to the project, follow the steps below

  • Fork the repository
  • Create a unique branch
  • Make changes and push
  • Create a pull request