Skip to content

AhmetSah13/java-api-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Java API Basics – User Management

This project simulates a basic user management system using pure Java.
It is designed to demonstrate fundamental OOP concepts and a simple layered architecture, similar to a backend API structure.

πŸ“Œ Features

  • Add a user
  • List all users
  • Delete user by ID
  • Update user information

πŸ›  Technologies Used

  • Java 17+
  • Object-Oriented Programming (OOP)
  • Layered architecture: Model – Service – Controller

πŸš€ How to Run

  1. Open the terminal and navigate to the project directory
  2. Compile all Java files:
    javac src/**/*.java

About

Simple console-based Java API simulation with layered architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages