Yuqing Wu - PM, stock backend sql
Patrick Ging - api
Eliza Knapp - flask, front end
Andrew Juang - api graphing, user backend sql
This is a stock game where the user tries to lose all of its money! The user gets a certain amount of cash at the start, then they can buy and sell stocks with those cash. The user can see what stocks is in portfolio and check the leaderboard to see how well he/she's doing. The user can also see other people's stock portfolio to see what stocks other people own. We use the apis to get information about the stocks and display them on the page to help the user better choose their stocks.
- numbers API: https://github.com/stuy-softdev/notes-and-code/blob/main/api_kb/411_on_NumbersAPI.md
- coin gecko API: https://github.com/stuy-softdev/notes-and-code/blob/main/api_kb/411_on_coingecko.md
- gnews API: https://github.com/stuy-softdev/notes-and-code/blob/main/api_kb/411_on_gnews.md
- Install virtual environment
python3 -m venv env
- Activates the virtual environment
source env/bin/activate
- Clone the Repository
git clone https://github.com/ywu20/p01_NAME.git
- Install Dependencies
cd p01_NAME
pip install -r requirements.txt
- Run the app
cd app
python3 __init__.py
- Open the website at http://127.0.0.1:5000/