Quarkus Full Stack Mini Projects With Source Code - Free Download

1. Quarkus + Angular + MongoDB: User Management System Free Download

User Interface:


Local Setup:

Step 1: Download or clone the source code to a local machine.

Quarkus - Backend Project Setup

Step 2mvn clean package



Step 3: Run the Quarkus application
java -jar quarkus-run.jar

Angular 10 - Frontend Project Setup

Step 4: The npm install installs all modules that are listed on package.json file and their dependencies
npm install
Step 5: Run the Frontend application
ng serve





3. Quarkus + Vue + MongoDB: User Management System Free Download

User Interface:


Local Setup:

Step 1: Download or clone the source code to a local machine.

Quarkus - Backend Project Setup

Step 2mvn clean package



Step 3: Run the Quarkus application
java -jar quarkus-run.jar

Vue - Frontend Project Setup

Step 4: The npm install installs all modules that are listed on package.json file and their dependencies
npm install
Step 5: Run the Frontend application
npm run serve





3. Quarkus + React + MongoDB: User Management System Free Download

User Interface: 


Local Setup:

Step 1: Download or clone the source code to a local machine.

Quarkus - Backend Project Setup

Step 2mvn clean package



Step 3: Run the Quarkus application
java -jar quarkus-run.jar

React JS - Frontend Project Setup

Step 4: The npm install installs all modules that are listed on package.json file and their dependencies
npm install
Step 5: Run the Frontend application
npm start



More Quarkus Examples,

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