Files
inventory_check_lark/README.md
2025-05-23 18:39:44 +08:00

171 B

inventory_check

pip install Flask gunicorn python-dotenv lark-oapi Flask-SQLAlchemy

development: flask run

production: gunicorn -w 4 -b :8000 wsgi:application