How do I start the backend server? #6
Answered
by
JayanGupta
jayangupta-ai
asked this question in
Q&A
|
I saw the README, but I'm getting an error when trying to run the Python server. What's the exact command? |
Answered by
JayanGupta
Aug 16, 2026
Replies: 1 comment
|
Yes! Just navigate to the backend/ directory and run pip install -r requirements.txt followed by python -m uvicorn app.main:app --reload. |
0 replies
Answer selected by
jayangupta-ai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! Just navigate to the backend/ directory and run pip install -r requirements.txt followed by python -m uvicorn app.main:app --reload.