Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 657 Bytes

File metadata and controls

11 lines (8 loc) · 657 Bytes

Student CRUD API with Hexagonal Architecture

This project is a RESTful API built using the hexagonal architecture pattern. It provides CRUD (Create, Read, Update, Delete) operations for managing student records. The hexagonal architecture ensures a clean separation of concerns, making the system more maintainable and adaptable to changes. The project is built with Spring Boot and includes comprehensive documentation and unit tests.

Key Features:

  • Create new student records
  • Retrieve existing student records
  • Update student details
  • Delete student records

Feel free to clone the repository, explore the code, and contribute to the project!