Study Project for system architecture Service responsible for uploading and downloading data. Installation Setup Usage Related repositories 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 Configuration Server Authorization Server Data Server Add environments SERVER_URL: Data Server url. Usage Spawn a shell within the virtual environment poetry shell Start cli application cd src && python main.py Related repositories Configuration Server Authorization Server Data Server Front end