cmg-ws2024525-demo/services/user-management
Thomas Martin 920634d11b initial commit 2024-11-21 17:47:49 +01:00
..
adapters initial commit 2024-11-21 17:47:49 +01:00
core initial commit 2024-11-21 17:47:49 +01:00
doc initial commit 2024-11-21 17:47:49 +01:00
ports initial commit 2024-11-21 17:47:49 +01:00
README.md initial commit 2024-11-21 17:47:49 +01:00
go.mod initial commit 2024-11-21 17:47:49 +01:00
go.sum initial commit 2024-11-21 17:47:49 +01:00
main.go initial commit 2024-11-21 17:47:49 +01:00

README.md

Entity Service

The entity service is an example service that demonstrates the folder structure of a microservice following the ports & adapters architecture.

WARNING The implementation is in an early stage. Many things are still missing. Use with care.

Usage

curl -X PUT -d '{ "Id": "34", "IntProp" : 23, "StringProp": "test" }' localhost:8080/entity
curl localhost:8080/entity/34