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