2020 Presidential Hackathon - WayFic team
This RestFUL api server is built for integrating with the navigator designed by KingWay Technology
Under your python env (>3.7) Ensure you have requirement module
pip install -r requirement.txtThen
cd navigatorRun the server
python __main__.pyInit database
python manage.py db initThen migrate
python manage.py db migrateUpgrade
python manage.py db upgradeIf you want to use flask command, please specify config
export FLASK_ENV=development
export FLASK_APP=__main__.pyThen test the command.
python -m flask run