Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 726 Bytes

File metadata and controls

33 lines (22 loc) · 726 Bytes

eventstore

Yeah... One more event sourcing and CQRS... Don't ask. It's, as usual, kind of in progress...

Travis CI build status: Build Status

GitHub daggerok/eventstore-project repository

Read docs on GitHub Pages

run database

./mvnw -f docker/h2/pom.xml -P up

run eventstore

bash ./apps/h2-eventstore/target/*.jar

cleanup

killall -9 java
./mvnw -f docker/h2/pom.xml -P down

build VuePress documentation

npm i ; npm run build