WalidAlHassan's picture
Update README.md
452ac51 verified
|
raw
history blame
302 Bytes

Setup Local API Local Machine -> Open cmd in your windows then

git clone git 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