Keine Beschreibung

sototh 7f414e1cef init vor 1 Woche
README.md 7f414e1cef init vor 1 Woche
auth.py 7f414e1cef init vor 1 Woche
database.py 7f414e1cef init vor 1 Woche
game_logic.py 7f414e1cef init vor 1 Woche
main.py 7f414e1cef init vor 1 Woche
models.py 7f414e1cef init vor 1 Woche
websocket_manager.py 7f414e1cef init vor 1 Woche

README.md

внешние пакеты

pip install python-multipart
pip install pydantic
pip install pyjwt
pip install websockets
pip install uvicorn

запуск

uvicorn main:app --host 0.0.0.0 --port 8000 --reload