Code review - Courses
Description
Courses code review to be used as example for the rest of the team
Issues
Steps to Test
- Create a Course using the post endpoint
- Update any field (except id) from Course passing in the json body
Swagger
http://localhost:8080/swagger-ui/index.html#/course-controller/patch
Checklist (reviewers)
- Code review
- Manual test (if applicable)
- Tests added (if applicable)
- Documentation reviewed