Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 426 Bytes

setup

to go your repos folder

git clone https://github.com/rapsacclion/Circare
cd Circare
source venv/bin/activate

to start api

for localhost: fastapi dev searchAPI.py for network: fastapi dev searchAPI.py --host 0.0.0.0

test the api

http://127.0.0.1:8000/search?q=value

q=value would be searching for value in the above link