An online auction application that allows you to create new lots, bet on them, stop bidding on lots. All lot data is stored in the database. Lots can be in three states:
- CREATED
- STARTED
- STOPPED The application allows you to collect various statistical information about lots and bids, including exporting it to CSV format
You can already use this application on your own computer, just copy the link Application and start new project from this link in your IDE
- Spring Boot
- PostgreSQL
- JPA and Hibernate
- Liquibase