Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 576 Bytes

simple_java_api

An API created using Java v17 fundamentals

Folder Structure

the /app folder contains all the contents of the API

/src/java/com/example/app/exceptions

How to retrieve from the API

TBD

How classes are structured

The main class is where the code begins. Calling other various class to organize and retrieve data.

Flow

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