From d1e0fb374bc49608a69fdb220d49c4f972235c62 Mon Sep 17 00:00:00 2001 From: Ananta Kumar Roy Date: Thu, 21 Nov 2024 23:34:36 +0530 Subject: [PATCH] Update README.md the backend code resides in the `backend` folder . The flask app is run from inside the backend directory. Using `src` leads to confusion since it is present inside the `frontend` directory. --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index d5318811d..3d018166c 100644 --- a/backend/README.md +++ b/backend/README.md @@ -38,7 +38,7 @@ psql trivia < trivia.psql ### Run the Server -From within the `./src` directory first ensure you are working using your created virtual environment. +From within the `./backend` directory first ensure you are working using your created virtual environment. To run the server, execute: