Skip to content

Mark1708/pastebin-app

Repository files navigation

pastebin-app

Start docker compose

docker compose up -d

First setting

  1. Log In http://localhost:8282 admin:admin
  2. Open clients tab and regenerate credentials
  3. Change client credentials in application.yml
  4. Create user and set password

Start backend

cd pastebin-backend/ && ./gradlew bootRun --args='--spring.profiles.active=dev'

Start frontend

cd pastebin-frontend/ && npm install && npm start

Links

  • 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

About

Pastebin example with Spring Boot 3 and React js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors