clear and concise readme is created

This commit is contained in:
Hasnain Ahmed 2025-11-02 18:52:02 +05:00
parent 6bd794bdf5
commit cf8fe0bc31

View File

@ -0,0 +1,7 @@
to run this project follow the following steps.
uv sync
source .venv/bin/activate
uvicorn main:app --reload --port=8899
the fastapi will be server at localhost port 8899, you may go to the localhost:8899/docs, to try the GET search API, and further API docs.