A Java Web Application that provides a note collection system for storing, searching and viewing collections of notes.
The application can be run using the following command.
mvn clean compile package exec:exec
This application is created as part of the coursework for the Object-Oriented Programming module (COMP0004).