reference run local script in readme

This commit is contained in:
Daniel Roth 2026-02-27 10:22:38 +00:00
parent bb51d16f7f
commit 86ea0e7bc0

View file

@ -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