Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 888 Bytes

AbpCommunityTalks

ABP Community Talks Demo

Running the HttpApi.Host

  • Install ngrok if you haven't.

  • Expose https://localhost:44380 with ngrok

    ngrok http https://localhost:44380
  • You'll see an endpoint, something like 'https://XXX-XXX-XX.eu.ngrok.io', copy that and configure in following files:

    • AbpCommunityTalks.HttpApi.Host/appsettings.json
      • App:SelfUrl
      • AuthServer:Authority,
      • ValidIssuers
    • AbpCommunityTalks.Maui/appsettings.json
      • Oidc:Options:Authority
      • RemoteServices:Default:BaseUrl
  • Run the AbpCommunityTalks.DbMigrator before launch HttpApi.Host once.

  • Run the AbpCommunityTalks.HttpApi.Host application.

Running the Maui Application

If you complete first 'Running the HttpApi.Host', you're ready to run Maui application. Just run it with Visual Studio.