Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 313 Bytes

d2rdc

Diablo II Resurrected Diablo Clone Running Room Mgr

Install Dependencies

pip install fastapi pip install uvicorn

Running

uvicorn init:app INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)

Documents

Just view src/main.py all get method. It's simply understandable.