v3-backend How to set up the project Create a virtual env Install fastApi pip install fastapi Install uvicorn pip install uvicorn Run the command to start the server uvicorn main:app --reload