# HttpServer_Python3 **Repository Path**: ayowin/HttpServer_Python3 ## Basic Information - **Project Name**: HttpServer_Python3 - **Description**: HttpServer base on python3 with Flask and PyMySQL. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HttpServer *HttpServer base on python3 with Flask , PyMySQL , DBUtils , redis ...* ## 1. enviroment & deploy ### 1.1 depends ```shell pip install Flask; pip install Flask-Cors; pip install PyMySQL; pip install DBUtils; pip install redis; pip install Pillow; pip install pybase64; ``` ### 1.2 database ```sql script # MySQL # 1. load smart_class_card.sql to mysql server # 2. config database parameters in MysqlPool.py # Redis # 1. config database parametes in RedisPool.py ``` ## 2. project structure ### 2.1 controller ### 2.2 service ### 2.3 db pool ### 2.4 util