Aaron Goldsmith, Jordan Hua, Grant Kourey, Darios Teklemariam
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.
-
We will have user authentication through passport so users can track their stocks over time.
-
User information will be stored in a mySQL database.
-
Our initial
high-leveltables are:
ID | username | firstName | lastName | initialCash |
---|
ID | ticker | quantity | purchased_date | price_per_share |
---|
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