Skip to content

a website via which users can "buy" and "sell" stocks - course project from Harvard's CS50 Introduction to Computer Science

Notifications You must be signed in to change notification settings

SamShiSS/stock-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-exchange

a web app via which you can manage portfolios of stocks. Not only will this tool allow you to check real stocks' actual prices and portfolios' values, it will also let you buy and sell stocks by querying AlphaVantage for stocks' prices.

application.py: main program containing various routes of the web application

helpers.py: contains several helper functions to support application.py

finance.db: a SQLite database where user information is stored

/templates: a folder containing HTML files for the web application

/static: a folder containing CSS files for the web application

About

a website via which users can "buy" and "sell" stocks - course project from Harvard's CS50 Introduction to Computer Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published