diff --git a/README.md b/README.md index e69de29..86d859e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file