Contains base code for any SAAS application.
The application adheres to:
- Domain driven design
- Hexagonal/Onion and clean architecture with each module(hexagon) being independently testable
- Unit test in all modules
- Integration test in the data access, messaging and container modules
- User domain module
- User application service module
- User application module
- User data access module