A console-based Java application for managing an XML database of employees.
Built in raw Java without external libraries, dependencies, or javax.xml.bind.*
.
- Java 25 or higher
- IDE or terminal with Java support
- 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.
- Find Employee by attributes (type,firstName,lastName,email,phone,pesel)
- Create/Remove/Modify Employee
- XML based database
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.