Skip to content

becomingmountains/finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance

Stock Tracker for stocks listed in the United States

Users are given 10 000 credits upon signup and can buy and sell stocks - Based on the exercise from CS50's pset7.

To use

  1. Open up a terminal window
  2. Clone the repo using git clone
  3. The back-end was written in python 3.6. To check your version type python --version
  4. Install the required modules either one by one or by typing in pip install -r requirements.txt
  5. Let your terminal which application to run flask with by exporting the FLASK_APP environment variable: export FLASK_APP=application.py
  6. Everything should be ready to go at this point. In your shell type flask run and click on your local host to open the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published