Website : https://investfly.herokuapp.com/
This is a Stock Market Web App created by the students for the university project. Following technologies were used behind building this web app
In this project we used Yahoo Finance API to get real time stock data and also updated the real time price in our data base. We also integrated Gmail API to send emails to the users from admin's Gmail account.
To get a local copy up and running follow these simple example steps. Clone the repository
git clone /~https://github.com/unais5/Virtual-Stock-Market.git
Create a virtual environment
python -m virtualenv venv
Install the requirements
pip install -r requirements.txt
Now, run the app
flask run