Users are given 10 000 credits upon signup and can buy and sell stocks - Based on the exercise from CS50's pset7.
- Open up a terminal window
- Clone the repo using
git clone - The back-end was written in python 3.6. To check your version type
python --version - Install the required modules either one by one or by typing in
pip install -r requirements.txt - Let your terminal which application to run flask with by exporting the FLASK_APP environment variable:
export FLASK_APP=application.py - Everything should be ready to go at this point. In your shell type
flask runand click on your local host to open the app.