A web application where one can check data related to stocks (i.e. High Price, Low Price, Opening and Closing Price). The stock data is updated on daily basis.
-
Clone this repository
git clone https://github.com/ParagD25/Stocks -
Go into the repository
cd Stocks -
Remove current origin repository
git remote remove origin -
Create new virtual python environment
python3 -m venv venv -
Activate virtual python environment
source venv/bin/activate -
Install all the libraries mentioned above
-
Run Python file
python stocks.py- Visit the URL created in cmd to see the Website locally.
OR -
Visit
https://bull-stockanalysis.herokuapp.com/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.