This commit is contained in:
2025-05-23 18:39:44 +08:00
parent 8dd0db2698
commit 27ae381f22
3 changed files with 18 additions and 17 deletions

View File

@ -1,13 +1,8 @@
# inventory_check
Flask
gunicorn
python-dotenv
lark-oapi
Flask-SQLAlchemy
`pip install Flask gunicorn python-dotenv lark-oapi Flask-SQLAlchemy`
development:
flask run --reload
production:
gunicorn -w 4 -b 0.0.0.0:8000 app:app
development: `flask run`
production: `gunicorn -w 4 -b :8000 wsgi:application`