Skip to content

A console-based Java application for managing an XML database of employees. Built in raw Java without external libraries, dependencies, or javax.xml.bind.*.

License

Notifications You must be signed in to change notification settings

KalbarczykDev/employee-xml-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee XML Database

A console-based Java application for managing an XML database of employees.
Built in raw Java without external libraries, dependencies, or javax.xml.bind.*.

Table of Contents

Requirements

  • Java 25 or higher
  • IDE or terminal with Java support

Installation/Running

  • Clone the repository:
git clone https://github.com/KalbarczykDev/employee-xml-database
cd employee-xml-database

Open the project in your preferred IDE or compile and run from the terminal. The application will execute prepared tests to demonstrate functionality.

Features

  • Find Employee by attributes (type,firstName,lastName,email,phone,pesel)
  • Create/Remove/Modify Employee
  • XML based database

Contributing

This is a portfolio project, so I do not expect external pull requests. However, if you spot any bugs or have ideas for improvements, feel free to open an issue or reach out.

License

MIT

About

A console-based Java application for managing an XML database of employees. Built in raw Java without external libraries, dependencies, or javax.xml.bind.*.

Topics

Resources

License

Stars

Watchers

Forks

Languages