This software should give an alternate to other common used database softwares. This project was programmed as an school project.
For testing the software you have to clone the project to your local system and build it with maven. (The requirements are given in the pom.xml)
You only need a maven compiler for compiling this project.
For running on a live system you need at least two several clients. One running the database, the other one sending the requests to the database.
If you want to run this program by yourself follow these quick steps.
Go to your favourite IDE
Copy the project with Git and after that run the "clean package" command in maven
Optional:
Otherway you can also install maven on your pc and run it with maven itself