web3shannon / python-flask-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-flask-demo

Development

pip3 install flask
pip3 install gunicorn
pip3 install Flask-Cors
gunicorn -c config/config_development.py api:app

Production

npm install -g pm2
pm2 start config/pm2.json
pm2 stop config/pm2.json

About

License:MIT License


Languages

Language:Python 94.3%Language:Shell 5.7%