Costs and incomes accounting
A Java school team project with native XML database.
Team members:
- Peter Balčirák
- Pavel Vyskočil
- Dominik František Bučík
- Andrej Dravecký
Install eXistDB on your machine. Configure the access to database in config.conf file.
Install Maven on your machine
Run the eXistDB server (configuration for server can be changed in config.conf).
git clone https://github.com/LizzardCorp/pb138project.git
cd pb138project
mvn clean install
mvn jetty:run-war
access localhost:8082/accounting/ in your browser
Database can be configured in the config.conf file. Shortcut to this file is in the root of the application.