To initiate the application, commence by constructing the .jar archive within the application folder using the following commands:
cd application/
./gradlew bootJarSubsequently, launch both the application and the database within Docker through the following commands:
docker-compose build
docker-compose upUpon successful startup of the application, gain access through the following link.