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.txt
First cd into the frontend
folder.
cd frontend
Next install all dependicies.
npm i
Run for development:
npm run dev