Shopping cart is a website project for my database class. The website simulates a 'virtual' stock exchnage where users can buy or sell stocks. Each new user is given $100,000 virtual currency to invest.
Before running the website, you need to install flask, in your terminal, enter:
pip install flask
or
pip3 install flask
To run the website:
make
Copy and paste the ip address provided in the terminal to your web browser to see the website.