Package edu.cnm.deepdive.interviewprep.controller
-
Class Summary Class Description CategoryController This class creates REST endpoints that has access to the Question entity in the database through the Category services.ExceptionResponseMapping This is the class that REST communicates to JPA that an exception has occurred, returns a user friendly status code in the header response.QuestionController This class creates REST endpoints that has access to the Question entity in the database through the Question and User services.UserController This class creates REST endpoints that has access to the User entity in the database through the user service.