Zeeshaun 9a7d6544ef
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 46s
Deploy Promiscuity Character API / deploy (push) Successful in 46s
Deploy Promiscuity Locations API / deploy (push) Successful in 46s
k8s smoke test / test (push) Successful in 7s
Adding inventory microservice
2026-03-15 10:21:49 -05:00

15 lines
578 B
Markdown

# micro-services
## Document shapes
- AuthApi: `AuthApi/DOCUMENTS.md` (auth request payloads and user document shape)
- CharacterApi: `CharacterApi/DOCUMENTS.md` (character create payload and stored document)
- InventoryApi: `InventoryApi/DOCUMENTS.md` (inventory mutation payloads and stored document)
- LocationsApi: `LocationsApi/DOCUMENTS.md` (location create/update payloads and stored document)
## Service READMEs
- AuthApi: `AuthApi/README.md`
- CharacterApi: `CharacterApi/README.md`
- InventoryApi: `InventoryApi/README.md`
- LocationsApi: `LocationsApi/README.md`