mirror of https://github.com/abpframework/eventhub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .github/workflows | 5 years ago | |
| .vscode | 5 years ago | |
| etc | 5 years ago | |
| modules/payment | 5 years ago | |
| src | 5 years ago | |
| test | 5 years ago | |
| .dockerignore | 5 years ago | |
| .gitattributes | 6 years ago | |
| .gitignore | 5 years ago | |
| .prettierrc | 6 years ago | |
| EventHub.sln | 5 years ago | |
| EventHub.sln.DotSettings | 6 years ago | |
| LICENSE | 5 years ago | |
| NuGet.Config | 6 years ago | |
| README.md | 5 years ago | |
| common.props | 6 years ago | |
| delete-bin-obj-folders.js | 5 years ago | |
| global.json | 5 years ago | |
| tye.yaml | 5 years ago | |
README.md
EventHub
This is a reference application built with the ABP Framework. It implements Domain Driven Design with multiple application layers.
The book
This solution is originally prepared to be a real-world example for the Mastering ABP Framework book.
The book is the only source that explains the solution. The solution is highly referred in Understanding the Reference Solution, Domain Driven Design and other parts of the book.
You can order the book on Amazon or on Packt's website.
How to run
- Run
EventHub.DbMigratorto create the database. - Run
etc/docker/up.ps1before running the solution. - Run
EventHub.IdentityServer - Run
EventHub.HttpApi.Host - Run
EventHub.Web - Run
EventHub.Admin.HttpApi.Host - Run
EventHub.Web.Admin
admin user's password is 1q2w3E*
See live
See the solution live on https://openeventhub.com
