Skip to content

A CS50 project - Flask application that simulates stock trading with real stock data

Notifications You must be signed in to change notification settings

tomwhross/finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finance

A CS50 project - Flask application that simulates stock trading with real stock data

Setting up a development environment

  1. Clone the repository
git clone git@github.com:tomwhross/finance.git
cd finance/
  1. Optionally setup a virtual environment
python -m venv .
source bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Set the Flask app environment variable
export FLASK_APP=application.py
  1. Set the IEXCloud API key (Register for a free plan here)
export API_KEY=<iexcloud_api_key>
  1. Start the development server
flask run

About

A CS50 project - Flask application that simulates stock trading with real stock data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published