Skip to content

cleme89/StockAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockAnalyzer

Progetto demo: backend in FastAPI per fornire API di analisi su azioni/ETF.

Quick start (dev)

Windows PowerShell - Avvia tutto in automatico:

.\dev.ps1

Apre due finestre: una col backend, una col frontend dev.

Oppure sep aratamente:

Backend (terminal 1):

cd backend
.\run.ps1
# Backend: http://127.0.0.1:8000
# Swagger: http://127.0.0.1:8000/docs

Frontend (terminal 2):

cd frontend
.\run.ps1
# Frontend: http://localhost:4200

Quick start (Docker)

docker compose up --build
# backend: http://localhost:8000
# frontend: http://localhost

Endpoints

  • GET /health
  • GET /quote/{symbol}
  • POST /analyze body { "symbol":"AAPL", "start":"2025-01-01", "end":"2025-02-01", "window":20 }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors