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:

Horizontal Layout:

Input:

Form Layout:

Datatable:

404 Error:

Login:

Project Directory:



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 3Build 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/


Popular posts from this blog

Learn Java 8 streams with an example - print odd/even numbers from Array and List

Java Stream API - How to convert List of objects to another List of objects using Java streams?

Registration and Login with Spring Boot + Spring Security + Thymeleaf

Java, Spring Boot Mini Project - Library Management System - Download

ReactJS, Spring Boot JWT Authentication Example

Spring Boot + Mockito simple application with 100% code coverage

Top 5 Java ORM tools - 2024

Java - Blowfish Encryption and decryption Example

Spring boot video streaming example-HTML5

Google Cloud Storage + Spring Boot - File Upload, Download, and Delete