Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.09 KB

File metadata and controls

57 lines (37 loc) · 1.09 KB

Example Application

This project also contains a working example application which is meant to showcase the plugin.

Running the example application

All commands below should be run from the project root directory.

Prerequisites

Start docker

Make sure docker is running.

Start with gradle script:

./gradlew :backend:app:composeUp

Start backend

By gradle script:

./gradlew :backend:app:bootRun

Start frontend

nvm use 20
npm run clean
npm install
npm run build
npm start

Keycloak users

The example application has a few test users that are preconfigured.

Name Role Username Password
James Vance ROLE_USER user user
Asha Miller ROLE_ADMIN admin admin
Morgan Finch ROLE_DEVELOPER developer developer

Source code

The source code is split up into two modules:

  1. Frontend
  2. Backend