openbb-mock-email-app

November 9, 2025 ยท View on GitHub

Email inbox backend for financial analysts using OpenBB Workspace.

CleanShot 2025-11-08 at 23 05 06@2x

Installation

pip install -r requirements.txt

Run

uvicorn main:app --reload --host 0.0.0.0 --port 8000

API will be available at http://localhost:8000