. ├── library/ # 根目录 │ ├── app.py # 应用工厂 │ ├── config.py # 配置管理(开发/测试/生产) │ ├── blueprint ...
This project demonstrates the end-to-end deployment of two-tier web application using Flask and MySQL on AWS. The application is containerized using Docker and deployed on an EC2 instance, with Nginx ...