Connect-e Samples .NET provides examples of how to get started integrating with connect-e using .NET and Angular.
For more information, please check Connect-e documentation.
.NET API
This project is using .NET 6.0
-
Change setting file appsettings.json
-
Open and run solution: Paymentsense.Connect-e.sln
Alternatively you can run this project in command line
-
Navigate to Paymentsense.Connect-e.Api location
-
Run this command:
dotnet run
- Open your web browser and type https://localhost:7190/swagger/index.html
Angular UI
-
Check and change if needed token url tokenUrl
-
Check and change if needed client.js url client.js
-
Run npm commands
npm i
ng serve
- Open your web browser and type http://localhost:4200/angular