Conplement Voting Tool

This is the repository of the conplement voting tool used in employee meetings

## Web Frontend (built with svelte) ⚡️

Web Frontend (built with go, templ, htmx, alpinejs) ⚡️

Api Backend (built with go) ⚡️

Web api framework

Hosting

Get Started

Create an environment variables file

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

  • In Memory
  • Redis
  • PostgreSQL

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.

Run docker-compose file

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

Top categories

Loading Svelte Themes