This is an application for tracking any stock market investment, Using react with vite, django backend and yfinance to get the data from
I created this project so I can have an easily accesable place where i can visualise stock data. And have visualisation of indicators that could be important for determining future stock movement.
To run the app In backend dir create a venv with python and intall the required packages from requirements.txt In the fronend dir install packages with npm specified in the package.json --> Start the backend and the frontend, create a user and start using the appliaction.