Stock Wars is an application where users are able to compete with their friends, or publically using "fake money" on the stock market. Users will be able to have a set beginning cash amount and then invest in any number of stocks to see how they perform. A game where users track how their fake money does on the real sock market!
Users can invest up to $100,000 without consequence to play the stock market, without reprucussions.
Aaron Goldsmith, Jordan Hua, Grant Kourey, Darios Teklemariam
Try out an existing account below:
password | Initial Cash | |
---|---|---|
stockwars1234@gmail.com | stock-wars | $10,000 |
makemoney4321@gmail.com | stocks-r-us | $10,000 |
wallstreetguy@gmail.com | stock-wars-now | $100,000 |
-
We will have user authentication through passport so users can track their stocks over time.
-
User information along with their transaction history is stored in a mySQL database
-
Site deployed to Heroku
ID | firstName | lastName | initialCash | activeCash |
---|
ID | ticker | quantity | price | total_price |
---|
Users will be able to virtually "purchase" stocks and track it's progress on the current stock market. The intention behind making the website is to teach individuals about the stock market by jumping right in without the reprecussions that the real stock market may bring.
We will be using the API provided by iextrading.com to pull current stock prices, news, and even graphics. The API is free to use and requires no API key
-
Grant Kourey: Frontend
-
Jordan Hua: Frontend
-
Aaron Goldsmith: Frontend & Backend
-
Darios Teklemariam: Backend