Project Modules

This project has declared the following modules:

Name Description
User Repository Adapter User Repository Adapter is a project that manages data persistence and retrieval for user-related entities. It connects Core business logic with the database layer, ensuring efficient data handling while maintaining scalability and adherence to Clean Architecture principles.
Order Repository Adapter Order Repository Adapter is a project that handles data persistence and retrieval for order-related entities. It acts as a bridge between Core business logic and the underlying database, ensuring efficient data management while adhering to Clean Architecture principles.