Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 625 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 625 Bytes

File Sharing System Client

How to start the Flask Server

Setup a virtual environment (Optional)

python -m venv env
.\env\Scripts\activate

Update pip (Optional)

python.exe -m pip install --upgrade pip

Install the requirements

pip install -r requirements.txt

or

pip install flask

Start the Flask Server

python app.py

Usage

At ./download are the files that a client can download. Add, remove or modify the files within this folder to change what your client can download.

Licence

This repository is currently under a LICENCE