From 86ea0e7bc083be06ba0dcd6a4e6e19c976f180ee Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 27 Feb 2026 10:22:38 +0000 Subject: [PATCH] reference run local script in readme --- backend/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 2ea6f153..b8e859c2 100644 --- a/backend/README.md +++ b/backend/README.md @@ -45,12 +45,14 @@ cp .env.example .env ## Running the Application -from within the application you can run with the following command: +from `model/backend/` you can run with the following command: ```commandline uvicorn app.main:app --reload ``` +Or run `sh run_local.sh`, which runs that same uvicorn command. + You application will be available at the designated url ## API Documentation