Skip to content

ayowin/HttpServer_Python3

Repository files navigation

HttpServer

HttpServer base on python3 with Flask , PyMySQL , DBUtils , redis ...

1. enviroment & deploy

1.1 depends

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

# 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

About

HttpServer base on python3 with Flask and PyMySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published