Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.2 KB

Connect-e Samples .NET

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.

Running

.NET API

This project is using .NET 6.0

  1. Change setting file appsettings.json

  2. Open and run solution: Paymentsense.Connect-e.sln

Alternatively you can run this project in command line

  1. Navigate to Paymentsense.Connect-e.Api location

  2. Run this command:

dotnet run
  1. Open your web browser and type https://localhost:7190/swagger/index.html

Angular UI

  1. Check and change if needed token url tokenUrl

  2. Check and change if needed client.js url client.js

  3. Run npm commands

npm i
ng serve
  1. Open your web browser and type http://localhost:4200/angular