reset password form 1.0

This commit is contained in:
2025-09-25 17:54:34 +03:00
parent 7023854723
commit c4fc002124
11 changed files with 303 additions and 12 deletions

5
run.py
View File

@@ -4,4 +4,7 @@ import asyncio
from server.database import db
if __name__ == "__main__":
asyncio.run(db.main())
uvicorn.run("server.backend.endpoints:api", host="127.0.0.1", port=8000, reload=True)
uvicorn.run("server.backend.endpoints:api", host="127.0.0.1", port=8000, reload=True)
#ps aux | grep uvicorn
# kill -9 pid