The backend of an application that allows the user to manage "feature requests". The application has 3 packages:
- model (using JPA)
- repository (using JPA)
- service (using Spring)
The service - FeatureRequestAppService - provides several public methods used to create a new feature request and to make changes to it.