This is an exercise in architecture focussing on Domain Driven Design an microservices. The app has no real purpose.
It's structured as a monorepo:
- core are my DDD core classes
- users-service is going to be an authentication service
The Domain Driven Design architecture is heavily inspired by Khalil Stemmlers excellent blog.
The microservice architecture is heavily inspired by Better Coding Academy's excellent video series