This is the backend for a stock tracking app that predicts the future the price of a stock. Users are able to view stock data, stock graph, stock news and build a stock portfolio which tracks and calculates their Profit/Loss.
Backend - Hosted on DigitalOcean
- View stock data
- View stock graph
- View stock news
- View AI stock predictions
- Create a stock portfolio
- Manage stock trading investments in the portfolio
- Track performance of stock portfolio
Clone the repo:
[email protected]:rorybush/StockTracker-BE.git
Change the directory:
cd StockTracker-BE/
Install the dependancies:
pip3 install -r requirements.txt
Run on localhost
flask run
Python 3.9
Pip