Skip to content

osya/ASPNetCoreAngular2Payments

Repository files navigation

ASP.NET Core MVC 2.0 & Angular 4 project for testing payments via Stripe & Braintree

Introduction

Build Status Build status

Used technologies:

  • ASP.NET Core MVC 2.0 & Angular 4
  • Stripe & Braintree
  • Testing: Karma, ChromeHeadless
  • Assets management: NPM & Webpack
  • Travis CI, AppVeyor

Installation

Before creating Docker container:

npm install
npm run build

Launching:

docker-compose up

Usage

Open the following URL in a browser http://192.168.99.100/

Tests

To run all tests, run

npm test