Proof of concept CQRS Architecture with Nestjs, Typescript, EventStore running in docker.
The big picture :
Events Flow :
Name | Version |
---|---|
EventStore | Latest |
Node.js | Dubnium |
TypeScript | 3 |
Docker Compose | 3 |
Postgres | Latest |
$ yarn
# run
$ yarn start
# run using with Docker
$ ./scripts/up.sh # to start
$ ./scripts/down.sh # to stop
URL: http://localhost:7070/api
> psql -h localhost -U postgres
> postgres