Skip to content

SMMMN/nestjs-geteventstore

 
 

Repository files navigation

nestjs-eventstore

Event store driven NestJS and CQRS

How to use it

You'll find how to use it in the basic nest CQRS example documentation

Just as a reminder, you'll find here the commands for running the event store docker :

docker run --name esdb-node \
    -it -p 20113:2113 -p 10113:1113 \
    eventstore/eventstore:latest \
    --insecure \
    --run-projections=All \
    --enable-atom-pub-over-http

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%