Used technologies:
- ASP.NET Core MVC 2.0 & Angular 4
- Stripe & Braintree
- Testing: Karma, ChromeHeadless
- Assets management: NPM & Webpack
- Travis CI, AppVeyor
Before creating Docker container:
npm install
npm run build
Launching:
docker-compose up
Open the following URL in a browser http://192.168.99.100/
To run all tests, run
npm test