A simple example of Spring Boot, Angular and Keycloak integration
- Download the repository from github
- You should have installed Java, maven, NodeJs, Angular and Docker in order to run the application
- Follow the instructions given below
- Start Docker Desktop
- Go to the
keycloak
folder - Open the command prompt and run the command
docker-compose -f docker-compose.yml up -d
- Go to the employee-api folder
- Run the command
mvn spring-boot:run
- Go to the employee-ui folder
- Run the command
ng serve
- Click here to open the application
- username: admin
- password: admin