FastAPI + React + PostgreSQL salary benchmarking tool with AI research pipeline. - Seed data for 25+ New York roles (junior/mid/senior levels) - Single + bulk lookup with location alias mapping (NYC -> New York, etc.) - Research pipeline: Serper -> Firecrawl -> Cohere Rerank -> Claude analysis - Editable validation UI for AI-proposed benchmarks - CSV export, Montserrat font, black/white/#FFC407 design - Fully Dockerized (app + db + frontend) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
250 B
Text
10 lines
250 B
Text
DB_USER=salary_user
|
|
DB_PASSWORD=salary_pass
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
DB_NAME=salary_benchmark
|
|
|
|
SERPER_API_KEY=your_serper_key_here
|
|
FIRECRAWL_API_KEY=your_firecrawl_key_here
|
|
COHERE_API_KEY=your_cohere_key_here
|
|
ANTHROPIC_API_KEY=your_anthropic_key_here
|