Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.47 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.47 KB

Study Project for system architecture

Service responsible for uploading and downloading data.

Build Status

Installation

Install Python >= 3.7

https://www.python.org/downloads/

Clone this repository or download zip archive and unzip it

git clone https://github.com/unbrokenguy/sys-arch-client.git

Install poetry

pip install poetry

Install the project dependencies

poetry install 

Setup

Make sure you have installed and started these servers in this order

  1. Configuration Server
  2. Authorization Server
  3. Data Server

Add environments

Usage

Spawn a shell within the virtual environment

poetry shell 

Start cli application

cd src && python main.py

Related repositories

  1. Configuration Server
  2. Authorization Server
  3. Data Server
  4. Front end