Skip to content

JWT-token registration app based on Angular 4 & ASP.NET Core 2.0

Notifications You must be signed in to change notification settings

osya/ASPNetCoreAngular2YoExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT-token registration app based on Angular 4 & ASP.NET Core 2.0

Introduction

Build Status Build status Coverage Status

Used technologies:

  • ASP.NET Core MVC 2.0 & Angular 4
  • 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