Challenge: Quarkus Web

Challenge yourself on the fundamentals of web development using Quarkus.

We'll cover the following

Problem statement

Let’s consider an online auction website where users can log in and participate in available auctions.

We need to inform the users of the bid price change (when a new bid is offered) via WebSocket to ensure real-time communication.

We’ll also need an API to handle items, auctions, and persons. The API will also provide the ability to open and close new auctions.

Let’s consider the below diagram:

Get hands-on with 1200+ tech skills courses.