Skip to content

TropiPay Demo based on MS DotNet Framework 6.0 and Angular

License

Notifications You must be signed in to change notification settings

tropipay/demo-tpp-dotnet-angular

 
 

Repository files navigation

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.

About

TropiPay Demo based on MS DotNet Framework 6.0 and Angular

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.7%
  • C# 25.3%
  • HTML 22.6%
  • JavaScript 13.9%
  • CSS 2.5%