Wahl-o-Mat für Personalwahlen https://kandimat.netzbegruenung.verdigado.net/
Go to file
Christoph Lienhard 02845e65db Introduce JWT Authentication
Added features:
* register
* authenticate
* RLS as summarized in security_considerations.md

Improve
* Use enhanced graphiql version to be able to set authentication headers

Remove:
* docker-compose.prod.yml since it is not updated for now (and we do not have a production env)
2020-05-31 14:29:17 +02:00
backend Introduce JWT Authentication 2020-05-31 14:29:17 +02:00
candymat-user-app@bb5edceca3 ... and set recent commit of submodule to recent commit of tracked branch 2020-05-30 14:47:49 +02:00
redaktions-app Introduce JWT Authentication 2020-05-31 14:29:17 +02:00
.editorconfig Get local development setup working 2019-09-17 23:48:44 +02:00
.env Introduce JWT Authentication 2020-05-31 14:29:17 +02:00
.gitignore Update .gitignore 2019-09-20 14:53:10 +02:00
.gitmodules set submodule tracking branch to develop-candymat 2020-05-30 14:46:47 +02:00
docker-compose.dev.yml Introduce JWT Authentication 2020-05-31 14:29:17 +02:00
README.md Remove docker-compose.prod.yml since not actively maintained and there is no production 2020-05-31 10:17:13 +02:00

Candymat - Wahl-o-Mat fuer Personalwahlen

Development Setup

Check-out repository

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

Start the services

docker-compose up -d for dev setup. The database will use a volume to persist changes in-between runs. To start with a clean database, either delete the volume from the postgres configuration in the compose file or run docker volume rm candymat_db-data before starting the containers.

Where to access the services