Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 982 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 982 Bytes

Pynance Backend

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.

Frontend - Hosted on Netlify

Backend - Hosted on DigitalOcean

Frontend Git Repository

Features

  • 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

Getting Started

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

Minimum Requirements

Python 3.9

Pip