CoolFace
Modelpublic

WalidAlHassan/FastAPI-CRUD-Operations

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
README.md2 linesDownload Raw Back to root
1# Setup Local API Local Machine -> Open cmd in your windows then2git clone https://huggingface.co/WalidAlHassan/FastAPI-CRUD-Operations && cd FastAPI-CRUD-Operations && python -m venv venv && venv\Scripts\activate.bat && pip install fastapi[all] && python -m uvicorn app.mainTest:app --reload