An open API service indexing awesome lists of open source software.

https://github.com/neorandom/file-sharing-system-client


https://github.com/neorandom/file-sharing-system-client

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# File Sharing System Client

## How to start the Flask Server

### Setup a virtual environment (Optional)
``` cmd
python -m venv env
.\env\Scripts\activate
```

### Update pip (Optional)
``` cmd
python.exe -m pip install --upgrade pip
```

### Install the requirements
``` cmd
pip install -r requirements.txt
```
or
```
pip install flask
```

### Start the Flask Server
``` cmd
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](LICENCE)