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 application using the docker-compose file located at the root of the project.
docker-compose up -d