This codebase was created to demonstrate a fully fledged fullstack application built with Quarkus including RESTful services, CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Quarkus community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
- Java 11 installed and set as default.
- Gradle 6.8.3 or higher installed.
- Run:
./gradlew --console=plain quarkusDev
Feedback, suggestions, and improvements are welcome, feel free to contribute.