# README
Controllers
Controllers handles the request, pass the data into service layer, and send the response.
Controllers should only handles request and send response, business logic in the service layer.
Controllers handles the request, pass the data into service layer, and send the response.
Controllers should only handles request and send response, business logic in the service layer.