Sin descripción

sototh 7f414e1cef init hace 1 mes
README.md 7f414e1cef init hace 1 mes
auth.py 7f414e1cef init hace 1 mes
database.py 7f414e1cef init hace 1 mes
game_logic.py 7f414e1cef init hace 1 mes
main.py 7f414e1cef init hace 1 mes
models.py 7f414e1cef init hace 1 mes
websocket_manager.py 7f414e1cef init hace 1 mes

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