You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A microservices-based backend demo developed with a custom Kotlin framework. This project manages banking customer and product data, leveraging a database for persistence and showcasing a clean, scalable architecture.
A simple demo for defining product entities with specific business logic and customer associations. This Kotlin project uses Gradle as its build automation tool and showcases DTO-to-entity mapping for efficient data conversion.