This project is a banking application that allows users to manage their finances.
For detailed information about each service, navigate to their respective documentation directories located at ./serviceName/doc
All project dependencies are centrally managed in the gradle/libs.versions.toml
file.
Clone the repo:
git clone https://github.com/T9404/TinkBank.git
Launch the Docker app.
Build the project using Gradle in the root directory:
./gradlew build
Run the Dockerized application in the root directory:
docker compose up --build -d