This is the backend of a web application for financial accounting. The application is designed to help users track and manage their financial data.
Make sure to install the dependencies:
- Java 17
- Docker & Docker Compose
Docker is needed for a local database. It is required to generate jooq classes
cd localhost-utils
sudo docker-compose up -d
cd ..
./gradlew run
cd localhost-utils
sudo docker-compose up -d
cd ..
./gradlew jar