/auctioneer

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

Primary LanguagePython

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