AUS ETF Analyzer | Demo
AUS ETF Analyzer is a web application for analyzing the sector diversification in portfolios composed of ASX-listed ETFs.
docker run -p 8000:80 ghcr.io/ltrel/aus-etf-analyzer
cd server
docker build . -t ltrel/aus-etf-analyzer
docker run -p 8000:80 ltrel/aus-etf-analyzer
cd server
poetry install --no-root
poetry run uvicorn app.main:app
Note that running the client in development mode requires an instance of the server available at the URL http://localhost:8000
cd client
npm install
npm run dev