- Make sure to start Keycloak before using the application
- First start the backend application and after that the frontend application
To run the project with embedded Tomcat by maven:
cd backend
mvn spring-boot:run
To run the project with development server:
cd frontend
npm install
ng serve
Then navigate to http://localhost:4200 to see the application in action.