Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 839 Bytes

File metadata and controls

30 lines (21 loc) · 839 Bytes

BackData

This software should give an alternate to other common used database softwares. This project was programmed as an school project.

Getting Started

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)

Prerequisites

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.

Installing

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