


A monitoring platform for managing politics.
Warning
This program is heavily WIP, not even in alpha state.
TBA
/
- Java 17
- Maven
- Docker Compose
Clone the repository on your system and cd
into it.
Start the DB (and its Adminer interface) with sudo docker-compose up -d
.
Start the webapp with ./run.sh
The webapp is available at http://localhost:8093
.
The DB interface is available at http://localhost:8079
.
The username is admin
.
The password is admin
.
The DB name is politics
.