An API created using Java v17 fundamentals
the /app
folder contains all the contents of the API
/src/java/com/example/app/exceptions
TBD
The main
class is where the code begins. Calling other various class to organize
and retrieve data.
Main - calls the class database methods to store and retrieve User data
Database - Contains a list of User type data and retrieves data from the list
User - Defines User data and methods to retrieve User data