Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.55 KB

README.md

File metadata and controls

70 lines (42 loc) · 1.55 KB

keycloak-react-quarkus

Installation - Keycloak

-----------------------------------------------------

Requirements


  • Docker
  • Docker-Compose

Start Keycloak Server;

~ docker-compose -f keycloak-postgres.yml up -d

Admin Credentials


Username: admin

Password: Pa55w0rd

You can find all the details about(POSTGRES_USER&POSTGRES_PASSWORD&KEYCLOAK_USER&KEYCLOAK_PASSWORD) Keycloak in the keycloak-postgres.yml file.

User Credentials


Username Password Role
kerim kerim USER
test test NONE

Keycloak Realm Config


Steps to import demo-realm-export.json file into Keycloak.

  • [Select File] -> demo-realm-export.json

keycloak-realm-config

Installation - Frontend

-----------------------------------------------------

~ cd keycloak-frontend~ npm install~ npm start dev

Starting the development server from http://localhost:3000

Installation - Backend

-----------------------------------------------------

~ cd keycloak-backend~ ./mvnw quarkus:dev

Starting the development server from http://localhost:9090