Skip to content
/ fixna Public

This repository contains service implementation that allows citizens to report incidents and defects in public places in Windoek

License

Notifications You must be signed in to change notification settings

joques/fixna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixna

This repository contains service implementation that allows citizens to report incidents and defects in public places in Windoek.

Setup

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.

Build & run

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}}"

About

This repository contains service implementation that allows citizens to report incidents and defects in public places in Windoek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published