Açıklama Yok

sototh 7f414e1cef init 1 hafta önce
README.md 7f414e1cef init 1 hafta önce
auth.py 7f414e1cef init 1 hafta önce
database.py 7f414e1cef init 1 hafta önce
game_logic.py 7f414e1cef init 1 hafta önce
main.py 7f414e1cef init 1 hafta önce
models.py 7f414e1cef init 1 hafta önce
websocket_manager.py 7f414e1cef init 1 hafta önce

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