WalidAlHassan commited on
Commit
de3ab41
·
verified ·
1 Parent(s): fbd1869

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Setup Local API Local Machine -> Open cmd in your windows then
2
+ 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 -r requirements.txt && python -m uvicorn main:app --reload