Slide 199
Slide 199 text
@holly_cummins #RedHat
1. Create the project using quarkus_create with the extensions above.
This will auto-start dev mode with a PostgreSQL Dev Service (no
manual DB setup needed).
│ │
2. Load extension skills via quarkus_skills to learn the correct
patterns for REST and Panache.
│ │
3. Verify the app starts successfully and the generated starter
endpoints work by checking the dev mode logs.
│ │ │ │
Verification
│ │ │ │
- Confirm dev mode starts without errors
│ │
- Confirm PostgreSQL Dev Service is running (auto-provisioned by
Quarkus)
│ │
- Test the generated starter endpoint(s) via curl or the Dev UI
❯ /usage
Total duration (API): 58s
Total duration (wall): 2m 39s
Total code changes: 34 lines added, 0 lines removed
Usage by model: claude-opus-4-6: 2.3k input, 2.6k output, 160.7k
cache read, 44.7k cache write ($0.4364)
10x
generating a quarkus app
cheaper with quarkus mcp