Quarkus, Mazer, Bootstrap 5 Dashboard - Starter Kit - Free - Download
Quarkus is a Java framework designed to run within containers. Fixating on expeditious start-up times and low memory utilization makes it more felicitous to run within container orchestration platforms like Kubernetes. Quarkus supports many industry-standard libraries such as Hibernate, Kubernetes, RESTEasy, Eclipse MicroProfile, and more...
Mazer is a mature open-source WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 5. We integrated the Mazer theme into Quarkus + Qute Project.
Scroll down and click on the download link to download the source code for free.
Advantages:
Since this is a starter/base project, on top of this project you can integrate your features. The main advantage is you don't need to develop everything from scratch.
The web content or layout is flexible to fit within the different screen sizes where they are displayed. If you are watching this website on a desktop, the layout might be different from that of mobile. However, the components will almost be the same.
Screenshots of some web components are shown below.
Buttons:
404 Error:
Login:
How to run the application in your local machine?
- Step 1: Clone or download the code on your local machine.
- Step 2: Open the project using your favourite IDE. I am using IntelliJ IDEA.
- Step 3: Build application jar file: mvn clean package
- Step 4: Start the application: java -jar quarkus-run.jar
Access the URL in the browser: http://localhost:8080/