Browse Source

Merge pull request #87 from volosoft/EngincanV/update-readme

Update README.md
hamza-review
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
2d52fc048c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 71
      README.md
  2. BIN
      etc/images/event-creation-page-preview.png
  3. BIN
      etc/images/event-creation-page-sessions.png
  4. BIN
      etc/images/event-creation-page-tracks.png
  5. BIN
      etc/images/event-creation-page.png
  6. BIN
      etc/images/event-detail.png
  7. BIN
      etc/images/events-page.png
  8. BIN
      etc/images/homepage.png
  9. BIN
      etc/images/organization-detail-page.png
  10. BIN
      etc/images/organizations-page.png
  11. BIN
      etc/images/pre-checkout-page.png
  12. BIN
      etc/images/pricing-page.png
  13. BIN
      etc/images/profile-page.png

71
README.md

@ -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
![Home Page](etc/images/homepage.png)
#### 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.
##### Create a New Event
![Event Creation Page](etc/images/event-creation-page.png)
##### Add Tracks to the Event (optional)
![Event Creation Page - Tracks](etc/images/event-creation-page-tracks.png)
##### Add Sessions to the Tracks (optional)
![Event Creation Page - Sessions](etc/images/event-creation-page-sessions.png)
#### New Event Preview Page
![Event Creation Page - Preview](etc/images/event-creation-page-preview.png)
#### Events Page
![Events Page](etc/images/events-page.png)
#### Event Detail Page
![Event Detail](etc/images/event-detail.png)
#### Organizations Page
![Organizations Page](etc/images/organizations-page.png)
#### Organization Detail Page
![Organization Detail Page](etc/images/organization-detail-page.png)
#### Profile Page
![Profile Page](etc/images/profile-page.png)
#### Payment Module Pages
The payment module provides an API to make payments via using **PayPal** easily. This application uses this module to perform payment transactions.
> To learn more about the **Payment Module** and see the integration, please see the [payment module documentation](modules/payment/README.md).
##### Pricing Page
![Pricing Page](etc/images/pricing-page.png)
#### Pre Checkout Page
![Pre Checkout Page](etc/images/pre-checkout-page.png)

BIN
etc/images/event-creation-page-preview.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
etc/images/event-creation-page-sessions.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
etc/images/event-creation-page-tracks.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
etc/images/event-creation-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
etc/images/event-detail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

BIN
etc/images/events-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

BIN
etc/images/homepage.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
etc/images/organization-detail-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
etc/images/organizations-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

BIN
etc/images/pre-checkout-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
etc/images/pricing-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
etc/images/profile-page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Loading…
Cancel
Save