https://github.com/sourceallies/event-source-blog
https://github.com/sourceallies/event-source-blog
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sourceallies/event-source-blog
- Owner: sourceallies
- Created: 2019-03-11T17:32:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:16:58.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:23:11.340Z (about 2 years ago)
- Language: JavaScript
- Size: 517 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Event Source Blog Sample Application
This is the repository for an example application that demonstrates the topics covered in the [event sourcing blog post](https://www.sourceallies.com/2019/11/event-sourcing/).
## Getting Started
1. Run `docker-compose -f data-layer.compose.yml up` to start two docker containers. One for MongoDB and one for Kafka.
2. Run `npm start` to start the local server.
3. Run `npm run acceptance` to run a suite of acceptance tests against the local server.