بدون توضیح

sototh 7f414e1cef init 1 ماه پیش
README.md 7f414e1cef init 1 ماه پیش
auth.py 7f414e1cef init 1 ماه پیش
database.py 7f414e1cef init 1 ماه پیش
game_logic.py 7f414e1cef init 1 ماه پیش
main.py 7f414e1cef init 1 ماه پیش
models.py 7f414e1cef init 1 ماه پیش
websocket_manager.py 7f414e1cef init 1 ماه پیش

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