Skip to content

Fake stock-trading website built with Flask where users can log in and trade stock with real prices in real time and with not so real money. Final project of CS50 online course:

Notifications You must be signed in to change notification settings

milosmac94/cs50-python-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs50-python-finance

Fake stock-trading website where users can log in and trade stock with real prices in real time and with not so real money.

  • Built with Flask/Jinja combo
  • Utilizes SQLLite DB (local)
  • Supports login sessions
  • Has server-side validation on various levels
  • Talks to IEX API to get real-time stock prices
  • Includes dashboard that allows users to change their password and add unlimited cash to their account $.$

Enjoy!

Dependencies

  • Flask (pip install flask)
  • cs50 module (pip install cs50)
  • requests module (pip install requests)

About

Fake stock-trading website built with Flask where users can log in and trade stock with real prices in real time and with not so real money. Final project of CS50 online course:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published