From bde4c4f487fdf338304b66ed78f4cf8203ebe0a3 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Mon, 14 Jul 2025 18:49:32 -0400 Subject: [PATCH] switch to port 8000 to avoid macOS port conflict --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb62bd3..7f97a58 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ for message in chat.get_history(): 7. Run the app: ```bash -$ flask run +$ flask run --port=8000 ``` -You should now be able to access the app from your browser at the following URL: [http://localhost:5000](http://localhost:5000)! +You should now be able to access the app from your browser at the following URL: [http://localhost:8000](http://localhost:8000)!