This workshop is created by the Free Software Club from University of Córdoba (Spain).
This repository has a docker-compose.yaml file than contains some services:
- Eventstore registry: http://localhost:2113 user:admin password: changeit
- MongoDB
- MongoExpress http://localhost:8081
run with docker-compose up
You need to install the dependencies. Run yarn install
.
To run the API backend run yarn start:dev
.
The application starts in http://localhost:3000
You will need a valid uuiv v4 to create the aggregates. You can execute uuidgen in the console or use this:
- 9e773578-32e4-4d22-896d-17eac3258000
- Docker workshop (Spanish): https://aulasoftwarelibre.github.io/taller-de-docker/
- The Software Architecture Chronicles: https://herbertograca.com/2017/07/03/the-software-architecture-chronicles/