In this app, I am using ReactJS for the frontend and Django for the backend. The app shows fundamental and technical information of the stock as well as the stock charts and portfolio. The app is customizable. So you can add your technical indicator or edit your own screener.
pip install -r requirements.txtFirst cd into the frontend folder.
cd frontendNext install all dependicies.
npm iRun for development:
npm run dev