No Description

sototh 7f414e1cef init 3 months ago
README.md 7f414e1cef init 3 months ago
auth.py 7f414e1cef init 3 months ago
database.py 7f414e1cef init 3 months ago
game_logic.py 7f414e1cef init 3 months ago
main.py 7f414e1cef init 3 months ago
models.py 7f414e1cef init 3 months ago
websocket_manager.py 7f414e1cef init 3 months ago

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