How to run locally:

  • Ensure python is installed.
  • Install flask: pip install flask
  • Install pandas pip install pandas
  • If on windows cmd, set FLASK_APP=mainjpmc.py
  • Run it: flask run
  • Open it! Go to 127.0.0.1:5000

Our simple Wizard Generator taught us how to use javascript initially, then how to use Flask!

Share this project:

Updates