This repository contains service implementation that allows citizens to report incidents and defects in public places in Windoek.
To get your setup up and running run the follwing two commands
bal persist init --module store --datastore mysql
bal persist generate
This will initialize a git repo, download the dependencies in the latest versions and install all needed tools. If needed code generation will be triggered in this target as well.
Start the database locally
docker compose up --build -d
Run the app
bal run -- -host=localhost -port=3306 -user=root -password=admin@FixNa9 -database=fixna -connectionOptions="{ssl: {mode: "PREFERRED", allowPublicKeyRetrieval: true}}"