Bradltr95 / spring-boot

Spring boot project for writing APIs and connecting to a DB using Docker.
MIT License
2 stars 0 forks source link

Add SoftwareEngineer Entity with CRUD Functionality #22

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

Summary

This pull request introduces the SoftwareEngineer entity to the Spring Boot application, enabling the management of software engineer records with full CRUD (Create, Read, Update, Delete) functionality. The changes include:

These changes enhance the application's functionality by providing a structured way to manage software engineer profiles, with proper separation of concerns across the data, service, and presentation layers.

Testing

Next Steps