Project detail please reference FUTURE.md
- Ubuntu (18.04 or previous version)
- Windows 10
- Python 3.8
- WSGI server
- windows:waitress
- Ubuntu:Gunicorn
This porject using Python virtual enviroment
venv/Script/activate
Using PGSQL12
python3 service/manage.py db init
python3 service/manage.py db migrate
python3 service/manage.py db upgrade
windows
cd /src
waitress-serve.exe webserver:app