Event Sourcing Implementation Samples
This is a project that shows a simple implementation of Event Sourcing with MongoDb.
$ git clone https://github.com/pedromsmoreira/event-sourcing-poc.git
F5
$ docker-compose up
http://localhost:5000/swagger/index.html
- Fork it
- git checkout -b
- git add --all && git commit -m "feature description"
- git push origin
- Create a pull request
The code is available under the MIT license.