An open API service indexing awesome lists of open source software.

https://github.com/boriszn/beacon.api

Solution demonstrate usage of CQRS pattern and domain events.
https://github.com/boriszn/beacon.api

azure-cosmos-db cqrs dotnet-core event-sourcing event-sourcing-and-cqrs mediatr mongodb web-api

Last synced: 3 months ago
JSON representation

Solution demonstrate usage of CQRS pattern and domain events.

Awesome Lists containing this project

README

          

# Beacon.Api

Solution demonstrate usage of [CQRS](https://martinfowler.com/bliki/CQRS.html) pattern.(Based on [MediatR](https://github.com/jbogard/MediatR))

#### Architecture
![alt text](https://raw.githubusercontent.com/Boriszn/Beacon.api/feature/BA-4-add-mongodb-integration/assets/img/architecture-diagramm.png "Logo Title Text 1")

## Installation

1. Clone repository
2. Run UnitTests. (tests in progress)
3. Build / Run.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## History

All changes can be easily found in [RELEASENOTES](ReleaseNotes.md)

## License

This project is licensed under the MIT License