Skip to content

Undermyspell/cp-voting-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conplement Voting Tool

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

Web Frontend (built with svelte) ⚡️

Api Backend (built with go) ⚡️

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 and starts the api with an inMemory store.

If you want to start the api with a redis 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