Point submodule to full working user-app version

Also add a little bit to README.md
This commit is contained in:
Christoph Lienhard 2020-08-22 21:23:51 +02:00
parent 354d66cdb0
commit c2f5773d7d
2 changed files with 9 additions and 2 deletions

View file

@ -45,7 +45,10 @@ For more on this (e.g. how to use the graphQl api by yourself) see [backend read
git submodule update --init
```
### Start the services
### Setup Docker
Install [docker-compose](https://docs.docker.com/compose/install/) on your system.
### Start whole setup
For dev setup:
```
@ -66,3 +69,7 @@ docker container rm candymat_postgres_1
docker volume rm candymat_db-data
```
before starting docker-compose.
### Manual testing
Either go to the User-App and mess around with the existing test data or use GraphiQL directly (links are above).

@ -1 +1 @@
Subproject commit 4fedc4ef8083f8a5e41a7e530fdb5063b284b4a5
Subproject commit f239bec4ffb7327ed88679239c7c918825811040