A simple Flask Server to test some stuff
pip install -r requirements.txtp
FLASK_APP=run.py python3 -m flask run
- http://localhost:5000/ - Return a JSON with a link
- http://localhost:5000/file.tgz - Return a file
A simple Flask Server to test some stuff
pip install -r requirements.txtp
FLASK_APP=run.py python3 -m flask run