Skip to content

unbrokenguy/sys-arch-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages