feat: implement database backup and restore functionality with authentication; add deployment script and service configuration

This commit is contained in:
ethan.chen
2025-05-19 17:55:39 +08:00
parent ca22da355d
commit 5721d26fae
4 changed files with 151 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Flask==3.0.2
Flask-SQLAlchemy==3.1.1
Flask-Cors==4.0.0
Flask-HTTPAuth==4.8.0
python-dotenv==1.0.1
SQLAlchemy==2.0.28