Thomas Martin 920634d11b | ||
---|---|---|
.. | ||
adapters | ||
core | ||
doc | ||
ports | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
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