Skip to content

davila23/rottay-tracker-cqrs

Repository files navigation

horizontal_tagline_black_on_white_by_logaster (1)

Description

Proof of concept CQRS Architecture with Nestjs, Typescript, EventStore running in docker.

The big picture :

Logo

Events Flow :

Logo

Dependency Table

Name Version
EventStore Latest
Node.js Dubnium
TypeScript 3
Docker Compose 3
Postgres Latest

Installation

$ yarn

Running the app

# run
$ yarn start

# run using with Docker
$ ./scripts/up.sh    # to start
$ ./scripts/down.sh  # to stop

Swagger

URL: http://localhost:7070/api

Logo

Event Store

URL: http://localhost:2113

Logo

Postgres

 >  psql -h localhost -U postgres 
 >  postgres