项目作者: MashSoftware
项目描述 :
Mash Health Service
高级语言: HTML
项目地址: git://github.com/MashSoftware/health.git
Mash Health


Getting Started
git clone git@github.com:MashSoftware/health.git
cd health
pip3 install -r requirements.txt
export SECRET_KEY=your_secret_key
export FLASK_APP=mash_health/__init__.py
export FLASK_DEBUG=1
Testing
pip3 install -r requirements_test.txt
flake8 .
Running
python3 -m flask run