Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.31 KB

event-sourcing-samples

Event Sourcing Implementation Samples

CircleCI CodeFactor

This is a project that shows a simple implementation of Event Sourcing with MongoDb.

Installing

$ git clone https://github.com/pedromsmoreira/event-sourcing-poc.git

Running in Visual Studio 2017

Pre requirements

How to use it

F5

Running in Docker

Pre requirements

How to use it

$ docker-compose up

Access the container

http://localhost:5000/swagger/index.html

Contributions

  1. Fork it
  2. git checkout -b
  3. git add --all && git commit -m "feature description"
  4. git push origin
  5. Create a pull request

License

The code is available under the MIT license.