Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andrew-juang/TheBiggestLoser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Biggest Loser by Name

Roster with roles

Yuqing Wu - PM, stock backend sql
Patrick Ging - api
Eliza Knapp - flask, front end
Andrew Juang - api graphing, user backend sql

Description

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.

Link to API Cards

Launch Codes

  • 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

About

A stock trading game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • Python 46.3%
  • CSS 3.2%