Real-time stock market analytics and portfolio tracking dashboard.
StockPulse exists to make this workflow practical. Real-time stock market analytics and portfolio tracking dashboard. It favours a small, inspectable surface over sprawling configuration.
- Tooling: Docker
The codebase is organised into packages/, scripts/.
# Serve the static site
python -m http.server 8000
# then open http://localhost:8000See the source files and entry points for concrete usage patterns.
StockPulse/
├── .env.example
├── README.md
├── docker-compose.yml
├── index.html
├── packages/
├── scripts/