Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.06 KB

TropiPay Demo based on MS DotNet Framework 6.0 and Angular

Simple demo web API with client credential authentication for TropiPay based on MS DotNet Framework 6.0 and Angular 12.2. This is an example that shows an example of obtaining the user profile data from the authentication with an apikey.

Note: the credentials are specified in the appsettings.Development.json or appsettings.json file, using the key named ClientId and ClientSecret.

Develop steps

  • dotnet new --list
  • dotnet new angular --name demo-tpp-dotnet-angular
  • cd demo-tpp-dotnet-angular
  • dotnet publish

Run steps

Docs

  • For more information about ASP Net, see the link below.

  • For more information about TropiPay API, see the link below.