A working service for editing, querying, login and authentication of users. publishes events to kafka

This commit is contained in:
beno
2026-03-16 10:47:01 +01:00
commit 083d0445cf
31 changed files with 1570 additions and 0 deletions

10
READMES/Docker.help Normal file
View File

@@ -0,0 +1,10 @@
for manually building and deploying this image
build the sources and the image
./gradlew build
docker build . --tag=bufus_users_testing
launch the image ( port 8101 is the one expected by the gateway service )
docker run -p 8101:8080 bufus_users_testing:latest