260 B
260 B
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.