| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is a minimal web service that gives better access to the data contained in this repository.
virtualenv -ppython3 .venv
. .venv/bin/activate
pip install --editable .Locally you can use flask run for it:
export FLASK_APP=./apiserver.py
export FLASK_ENV=development
flask runFor production use export FLASK_ENV=production instead.
| Back | FazBrowse Home | New Git URL |