mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
reference run local script in readme
This commit is contained in:
parent
bb51d16f7f
commit
86ea0e7bc0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue