Žiadny popis

sototh 7f414e1cef init 1 týždeň pred
README.md 7f414e1cef init 1 týždeň pred
auth.py 7f414e1cef init 1 týždeň pred
database.py 7f414e1cef init 1 týždeň pred
game_logic.py 7f414e1cef init 1 týždeň pred
main.py 7f414e1cef init 1 týždeň pred
models.py 7f414e1cef init 1 týždeň pred
websocket_manager.py 7f414e1cef init 1 týždeň pred

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