Wahl-o-Mat für Personalwahlen https://kandimat.netzbegruenung.verdigado.net/
Go to file
2020-01-31 23:01:08 +01:00
backend Fix docker compose setup and add redaktions app 2020-01-31 23:01:08 +01:00
candymat-user-app@2ba505b320 Add candymat-user-app as submodule 2019-08-31 13:15:55 +02:00
redaktions-app Fix docker compose setup and add redaktions app 2020-01-31 23:01:08 +01:00
.editorconfig Get local development setup working 2019-09-17 23:48:44 +02:00
.env running graphQL instance in compose file 2019-11-02 18:24:59 +01:00
.gitignore Update .gitignore 2019-09-20 14:53:10 +02:00
.gitmodules Add candymat-user-app as submodule 2019-08-31 13:15:55 +02:00
docker-compose.dev.yml Fix docker compose setup and add redaktions app 2020-01-31 23:01:08 +01:00
docker-compose.prod.yml Fix docker compose setup and add redaktions app 2020-01-31 23:01:08 +01:00
README.md running graphQL instance in compose file 2019-11-02 18:24:59 +01:00

Candymat - Wahl-o-Mat fuer Personalwahlen

Development Setup

Check-out repository

  • Install git
  • git clone https://github.com/netzbegruenung/candymat.git
  • To get the (external) user-app source:
    git submodule init
    git submodule update
    

Start backend