before you use muxibook server ,you must run these code :
(venv)$ pip3 install -r requirements.txt
(venv)$ python3 manage.py shell
>>> from muxibook_app import db
>>> db.create_all()
>>> quit()
(venv)$ python3 manage.py kind_init
(venv)$ python3 manage.py get_info
(venv)$ python3 manage.py db init
(venv)$ python3 manage.py db migrate -m "initail migration"
(venv)$ python3 manage.py db upgrade
gunicorn --name muxibook -b 0.0.0.0:1488 -w 2 wsgi:app &
then you can enjoy muxibook server at 0.0.0.0:1488/api/v1.0/