Skip to content

cdrappi/caucus

Repository files navigation

caucus

App for reporting caucus results

Updating git submodules

$ git submodule update --init

Tech stack

caucus is divided into 3 folders:

  • donkey (a tool for deploys)
  • clients (e.g. the web app)
  • services (e.g. the web server)

Deploy

To deploy the service named api, run:

$ deploy api

To deploy all services, run:

$ deploy

Clients

This app gives you a web client:

Services

This app gives you a Rust server: