Quarkus + SB Admin Template - Download Starter Kit for free

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...

SB Admin 2 is a popular open-source WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 4. We integrated SB Admin 2 theme to Quarkus + Qute Project. 

Scroll down and click on the download link to download the source code for free.


Mobile View


The main advantage of this starter project is you don't need to develop everything from scratch.

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. This is because SB Admin 2 is responsive in its design.

Technologies Used:

  • Java 11
  • Quarkus 2.2.3.Final
  • Qute 2.2.3Final
  • SB Admin 2
  • Bootstrap 4

Screenshots of some web pages are shown below.

Cards


Buttons


Tables


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/


Comments

Popular posts from this blog

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

ReactJS - Bootstrap - Buttons

Spring Core | BeanFactoryPostProcessor | Example

Spring Boot 3 + Spring Security 6 + Thymeleaf - Registration and Login Example

File Upload, Download, And Delete - Azure Blob Storage + Spring Boot Example

Custom Exception Handling in Quarkus REST API

ReactJS, Spring Boot JWT Authentication Example

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

Top 5 Java ORM tools - 2024

Java - DES Encryption and Decryption example