This is the repository of the conplement voting tool used in employee meetings
## Web Frontend (built with svelte) ⚡️
You can create a env.yaml file in the ./api directory by creating it manually from the env.template.yaml. This file contains no secrets. This application can use different storage types
You can configure the type in the env.yaml file, yet You have to fill in the PostgreSql connection string or redis endpoint
If you want to start the api with a redis or postgreSQL cloud storage you have to decrypt the env.enc.yaml using Mozilla sops. Please contact the developer team for further information.
If a env.yaml file is located in the ./api directory you can run the applications via the commands in the makefile
cd ./api
make up
You now can access the application on http://localhost:3333
You can access a Grafana dashboard with RED (Rate Error Duration) Metrics on http://localhost:3050
You can also access Grafana dashboard for Traces via Grafana on http://localhost:3050
You can view application Grafana dashboard for Logs via Grafana on http://localhost:3050
cd ./api
make down