Packages 
Package Description
com.wilfredmorgan.api
Main package for this application.
com.wilfredmorgan.api.config
Contains all the classes related to configurations.
com.wilfredmorgan.api.controllers
Contains the access points, end points, that can be used by clients.
com.wilfredmorgan.api.exceptions
Contains the exceptions that are used in this application
com.wilfredmorgan.api.handlers
Contains handlers, advisors, that are used throughout the application
com.wilfredmorgan.api.models
Contains the layouts of all data used in the application.
com.wilfredmorgan.api.repositories
Contains the links between the database and the application.
com.wilfredmorgan.api.services
Contains the services that are used to retrieve and manipulate data in the application.