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.
- Host: GitHub
- URL: https://github.com/boriszn/beacon.api
- Owner: Boriszn
- License: mit
- Created: 2018-02-26T21:35:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T15:04:24.000Z (over 7 years ago)
- Last Synced: 2025-07-08T15:25:15.809Z (3 months ago)
- Topics: azure-cosmos-db, cqrs, dotnet-core, event-sourcing, event-sourcing-and-cqrs, mediatr, mongodb, web-api
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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