Skip to content

A web app for analyzing the sector diversification of ASX ETF portfolios

Notifications You must be signed in to change notification settings

ltrel/aus-etf-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUS ETF Analyzer | Demo

AUS ETF Analyzer is a web application for analyzing the sector diversification in portfolios composed of ASX-listed ETFs.

Screenshot

Screenshot of the application

Server Setup

Method 1: Run a prebuilt Docker image

docker run -p 8000:80 ghcr.io/ltrel/aus-etf-analyzer

Method 2: Build and run a Docker image from source

cd server
docker build . -t ltrel/aus-etf-analyzer
docker run -p 8000:80 ltrel/aus-etf-analyzer

Method 3: Setup project manually

cd server
poetry install --no-root
poetry run uvicorn app.main:app

Client Setup

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

About

A web app for analyzing the sector diversification of ASX ETF portfolios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages