Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 819 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 819 Bytes

Client for Authorization server

Client for service which can uploading and downloading data

Installation

Clone this git repository using

git clone https://github.com/hinagawa/arch_client_web.git

Download and install Node

Install project dependancies:

npm install

Run project dependancies:

npm start

Tests

To run ui tests:

npm run test

Usage

Only authorized users can reach Main page.

Related repositories

  1. Configuration Server
  2. Authorization Server
  3. Command line client