the backend of services
Require fastapi, sqlalchemy and uvicorn to run this program,use:
pip install fastapi sqlalchemy uvicorn alembic
to rebuild the environment after clone this repo,then switch to the virtural environment!
you can use miniconda3 or anaconda,btw!
run
migration.bat
to migrate database.
run
./migration.sh
to migrate database.