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