This repository was created as a homework solution for course in Async Architecture
Event storming, data & domain models, services and event descriptions are located here
- No database migrations
- Single database instance for all services, but separate databases inside
- Simplest auth by bearer token, which equals to registered username
If user was registered with usernametest_user, then token auth should have a headerAuthorization: Bearer test_user