App is in development and not yet ready.
App for tracking investments and viewing price changes graphs.
Comparison of specific buy gains/loses versus same buys but with DCA, etc...
App uses Uvicorn to run api, which is built on Starlette framework with MongoDB as database.
FE is written in React with typescript.
docker-compose --file docker-compose-dev.yaml up --build
dev project url: https://0.0.0.0:3000/
dev database: 0.0.0.0:27017