local database setup

This commit is contained in:
Yannic Kilcher
2022-12-13 16:19:29 +01:00
parent ceb8f873cc
commit 6bc64459f5
9 changed files with 68 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
export DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
uvicorn app.main:app --reload