We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2a437 commit 3557097Copy full SHA for 3557097
dev-server
@@ -6,4 +6,6 @@ export DB_HOST="localhost:6657"
6
export DB_USERNAME=student_user
7
export DB_PASSWORD=student_password
8
9
+alembic upgrade head
10
+
11
uvicorn main:app --reload
0 commit comments