Skip to content

Overview

Crowdscope

Audience and competitor intelligence stack with FastAPI backend and Next.js frontend.

Quickstart

Terminal window
cd backend && pip install -r requirements.txt && uvicorn app.main:app --reload --port 8000
cd frontend && npm ci && NEXT_PUBLIC_API_URL=http://localhost:8000 npm run dev