Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.41 KB

stockSearchApp

This repository contains code for a webpage that allows users to search for stocks using the Finnhub API and display live stock data and analytics.

Application functionlity

The Application primarily invloves searching stock tickers available as part of NASDAQ and NYSE. On searching a specific stock ticker:

  1. You can view Summary, News, Charts and Insights of the stock.
  2. You can Buy/Sell shares of this stock, with an initial wallet balance of $25,000.
  3. You can watchlist the stock.

The Watchlist and Portfolio tabs can be used to monitor, buy/sell stocks, and manage wallet balance.

Tools and Tech Used

  1. The frontend is built using the React Framework.
  2. The backend is built using Node and Express JS.
  3. Database used to store stock watchlist and portfolio related information is Mongo DB.
  4. The application is hosted on GCP.
  5. This application make use of Finnhub and Polygon API's for stock data, and HighCharts for all charts used.

Google Cloud Link to Application (INACTIVE)

https://atul-webtech-final-3.wl.r.appspot.com/search/home (INACTIVE)

Hosted on Render (LIVE)

https://stocksearchapp-render.onrender.com

NOTE

I have excluded the node modules from the backend and frontend and the build directory as well. This repository primarily includes React and Node/Express Source Code only with package.json dependancies. The application can be accessed via the Render link provided above.