backend Backend In FastAPI for Grow Simplee Intsall requirements.txt pip install -r requirements.txt In the root directory run uvicorn main:app --port 8000 --reload For documentation open the following URL: http://localhost:8000/docs/