A Web server for a WeiXin conference mini program, powered by Python Flask
-
Python 3.5
-
Flask
- Flask
- Flask-Bootstrap
- Flask-Login
- Flask-Migrate
- Flask-MySQLdb
- Flask-RESTful
- Flask-SQLAlchemy
- Flask-WTF
- Jinja2
-
Create subdirectory
static/uploadsunderappdirectory, that is you need to first create a directorystaticunderapp, then create a directoryuploadsunderstatic -
Create database under
WeiXinServerdirectory:flask db init flask db migrate flask db upgrade -
Run server in the background under
WeiXinServerdirectory:nohup python run.py &- The logs will be stored at
nohup.out
- The logs will be stored at
- Log in / Register / Log out
- Add conference
- Preview conference
- Check conference detail / Amend conference
- Verify enrollment
- Publish / Check conference review
- Document uploads / downloads
- Interact with WeiXin mini program