Skip to content

Clue355/simple_java_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages