rupysdxe/EmployeeSystem
This project is a simple Employee System designed to demonstrate the implementation of clean architecture principles. It provides two main endpoints for creating and retrieving employee records: POST /api/v1/employees GET /api/v1/employees/{id}
Java