Skip to content
/ Investfly Public template

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. The app is built on Flask app with Sqlite 3 library and deployed on heroku.

License

Notifications You must be signed in to change notification settings

unais5/Investfly

Repository files navigation

Investfly

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.

Getting Started

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

About

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. The app is built on Flask app with Sqlite 3 library and deployed on heroku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published