Create an isolated Python environment and activate it:
python3 -m venv env
source env/bin/activate
Install dependencies:
pip install -r requirements.txt -r requirements-dev.txt
Run the application with python main.py
.
- Access it in a browser: http://localhost:9094/http-storage