|
|
hace 1 semana | |
|---|---|---|
| README.md | hace 1 semana | |
| auth.py | hace 1 semana | |
| database.py | hace 1 semana | |
| game_logic.py | hace 1 semana | |
| main.py | hace 1 semana | |
| models.py | hace 1 semana | |
| websocket_manager.py | hace 1 semana |
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