Refactor Job and Category models to include Lombok annotations
Created Rest controllers for Job and Category with CRUD operations
Changed InvalidCategoryIdException and InvalidJobIdException to include error message and HttpStatus element
Added new exception for creating an already existing Category
Updated Job model to include the user who created the Job posting
Created Data Transfer Objects for the Job model
Refactor Job and Category models to include Lombok annotations Created Rest controllers for Job and Category with CRUD operations Changed InvalidCategoryIdException and InvalidJobIdException to include error message and HttpStatus element Added new exception for creating an already existing Category Updated Job model to include the user who created the Job posting Created Data Transfer Objects for the Job model