File size: 305 Bytes
94f31ec
 
 
 
 
 
 
 
338ef03
1
2
3
4
5
6
7
8
9
## How to setup the api

- Ensure the virtual env is setup `.venv\Scripts\activate`
- Then run `uv run --active uvicorn app.main:app --port 5001 --reload`
- or `uv run uvicorn app.main:app --port 5001 --reload --host 0.0.0.0`

### or

`uv run --active -m uvicorn app.main:app --port 5001 --reload`