Adding support for an email login method and registering new users with the labeler backend.

This commit is contained in:
Keith Stevens
2022-12-15 19:25:31 +09:00
parent 1f670cebd5
commit 2d7c7f317d
8 changed files with 102 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
export DATABASE_URI=postgresql://fozziethebeat@localhost:5432/ocgpt_backend
uvicorn app.main:app --reload