Bradltr95 / spring-boot

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

Software Engineer CRUD Updates #23

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

Create SoftwareEngineer create and read using a Controller, Repo and Service.

For a more detailed report see the following PR: https://github.com/Bradltr95/spring-boot/pull/22

Bradltr95 commented 2 months ago

@TODO The next PR coming today will cover unit testing for the new post request, controller and add getSoftwareEngineerByID.