update README to use the right port

This commit is contained in:
Abi Raja 2023-11-19 21:52:12 -05:00
parent 9670a98fdb
commit fb9f4dad1a

View File

@ -28,7 +28,7 @@ cd backend
echo "OPENAI_API_KEY=sk-your-key" > .env
poetry install
poetry shell
poetry run uvicorn main:app --reload --port 7000
poetry run uvicorn main:app --reload --port 7001
```
Run the frontend: