Chat app serving as a developer tutorial how to develop EDC apps and as a demo app for EDCs
Onboarding of use case developers follows a steep learning curve, since EDCs follows a complex terminology, processes and domain. At the same time demonstration of the technology is difficult, since it is only a tooling.
The planning of the application can be found here
You need to provide a GitHub access token with the packages:read
scope to access Maven repositories for dependencies.
To add the token, create a file named gradle.properties
in HOME_DIRECTORY/.gradle/
with the following content:
gpr.user=your-github-username
gpr.key=your-github-access-token