Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.13 KB

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 dependencies:

npm install

Run project:

npm start

Tests

To run autotest_ui:

Set terminal in autotest_ui directory and run:

npm run test

To run testcafe-tests:

Install testcafe dependencies:

npm install -g testcafe

Set terminal in testcafe-tests directory and run:

npx testcafe chrome,edge,firefox testcafe-tests/

Usage

Only authorized users can reach Main page.

Паттерны Стратегия и Абстрактная фабрика в index.html

Related repositories

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