@ -14,10 +14,15 @@ This solution is originally prepared to be a real-world example for the **Master
**You can order the book on [Amazon](https://www.amazon.com/gp/product/B097Z2DM8Q) or on [Packt's website](https://www.packtpub.com/product/mastering-abp-framework/9781801079242).**
## Requirements
* .NET 6.0+
* Docker
## How to run
* Run `EventHub.DbMigrator` to create the database.
* Run `etc/docker/up.ps1` before running the solution.
* Run `EventHub.DbMigrator` to create the database and seed initial data.
* Run `EventHub.IdentityServer`
* Run `EventHub.HttpApi.Host`
* Run `EventHub.Web`
@ -29,3 +34,67 @@ This solution is originally prepared to be a real-world example for the **Master
## See live
See the solution live on https://openeventhub.com
## Screenshots
### Public Web Side - (MVC/Razor Page UI)
#### Home Page

#### Event Creation Page
Event creation process consists of three steps: "Create a New Event", "Add Tracks to the Event (optional)" and "Add Sessions to the Tracks (optional)".
* After these steps, an "Event Preview" page is shown to the user to check the event details and publish the event.