docker compose up -d- Log In
http://localhost:8282admin:admin - Open clients tab and regenerate credentials
- Change client credentials in application.yml
- Create user and set password
cd pastebin-backend/ && ./gradlew bootRun --args='--spring.profiles.active=dev'cd pastebin-frontend/ && npm install && npm start- Keycloak -
http://localhost:8282 - Backend Swagger API -
http://localhost:8081/api/v1/docs/swagger-ui/index.html - Hazelcast Manager -
http://localhost:8080 - MinIO -
http://localhost:9001