Skip to content

TOPIC114/backend

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages