# Inbound SMS handler POC

## How to run

1. Make sure that you have `uv` installed
    * MacOS/Linux

        `curl -LsSf https://astral.sh/uv/install.sh | sh`
    * Windows

        `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`
2. Open terminal from the project root folder
3. Run

    `uv run uvicorn app.main:app`
4. Open app from [internet browser](http://127.0.0.1:8080)
