stockPrediction

Stock & Crypto Prediction Platform (MVP)

MVP monorepo with:

What MVP Includes

Quick Start

  1. Copy env template:
    cp .env.example .env
    
  2. Set POLYGON_API_KEY in .env (required for stock ingestion).
  3. Start services:
    docker compose up --build
    
  4. Open:
    • Web: http://localhost:3000
    • API docs: http://localhost:8000/docs

Useful Commands

Tests

Notes