Skip to content

A paper trading web app that allows users to manage a portfolio of stocks developed with Flask

Notifications You must be signed in to change notification settings

connie-ho/cs50-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C$50 Finance Project

C$50 Finance is a full stack web application developed with Flask that allows users to manage a paper trading account

Final Product

"Screenshot of main page" "screenshot querying a stoack" "screenshot of history" "screenshot of login page"

Dependencies

  • cs50
  • Flask
  • Flask-Session
  • requests

Getting Started

  • Install all dependencies using the command: pip install -r requirements.txt
  • Register for IEX API key: iexcloud.io/cloud-login#/register/
  • Export your key as an environment variable: export API_KEY=[your_API_KEY]
  • Run the development web server using the command: flask run

Features

  • Query Stock Prices
  • Buy & Sell Stocks
  • Add Funds
  • Login & Register
  • View Transaction History

About

A paper trading web app that allows users to manage a portfolio of stocks developed with Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published