bootcamp

  1. In application properties change the 18th line spring.datasource.password to your password from your postgreSQL database

  2. Run the application

  3. In the browser go to http://localhost:8081/swagger-ui/index.html#/

  4. In the search pannel type /auction

  5. Go to registration Controller and under post method create a new user

  6. Then click on the authorize button and type credentials of that user

  7. Now you can use all methods, go to Account Controller and create an Auction Ad under the /ad POST METHOD

  8. Go to /bet/{productId} POST METHOD to make the first bet

  9. If after 3 minutes new bet was not made the deal is closed