Skip to content

frasoprano251098/bookingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookingApp

Overview

This setup includes:

  • Keycloak for authentication and authorization.
  • PostgreSQL for the application database.
  • Spring Boot application accessible with a Bearer Token.

Services and Access Details

Keycloak

  • URL: http://localhost:8081
  • Admin Credentials:
    • Username: admin
    • Password: admin
  • Users:
    • book-user / book-user (standard user)
    • book-admin / book-admin (admin user)

Spring Boot Application

PostgreSQL Database

  • Host: localhost
  • Port: 5432
  • Database Name: booking_app
  • Credentials:
    • Username: frasoprano
    • Password: frasoprano

Swagger UI

Run Instructions

Navigate to the src/main/resources/docker directory:

podman compose up -d // docker compose up -d

About

Booking Room Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages