drahbar / simple-file-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-file-server

Simple in memory file server with basic API access.

Getting Started

Clone the project

Install pip and virtualenv

run the following commands from the root project dir

. venv/bin/activate

pip install -r requirements.txt

export FLASK_APP=server.py

flask run

Assumptions

File extensions are correct

File names are unique otherwise files will be overwritten

All usernames/passwords/filenames are in English

About


Languages

Language:Python 100.0%