predaddy-issuetracker-sample
predaddy-issuetracker-sample copied to clipboard
Sample event sourcing application based on predaddy
Issue tracking sample application
The aim of this project is to show how predaddy can be configured and used.
Installation
-
Install the application and its dependencies
git clone https://github.com/szjani/predaddy-issuetracker-sample.git cd predaddy-issuetracker-sample composer update
-
Optional: Modify base.php: You can modify the configuration in this file.
-
Load the sql dump from
src/resources/mysql_init.sql
-
Optional: Modify log4php configuration file which can be found here
src/resources/log4php.xml
-
Document root in webserver must be the following:
src/hu/szjani/presentation/web/public