/backend

the backend of services

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

backend

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!

Database migration (or init)

Windows

run

migration.bat

to migrate database.

*NIX

run

./migration.sh

to migrate database.