Local Development Setup: EventSourcingDB in 5 Minutes
Want to try EventSourcingDB right now? Here's all you need:
docker run -it -p 3000:3000 \
thenativeweb/eventsourcingdb run \
--api-token=secret \
--data-directory-temporary \
--http-enabled \
--https-enabled=false \
--with-ui
Done! EventSourcingDB is running at http://localhost:3000.