It's server code deployed at Tencent Cloud. The server will answer the clients' requests and make response.
install pyssdb first:pip install git+https://github.com/Microndgt/pyssdb_customized.git
git clone https://github.com/Microndgt/rfdmovies-server.git
- start server:
inv web.server
- start celery:
inv web.celery
- Base on
Flask + Celery + gunicorn