This app shows all the stocks listed in NASDAQ exchange with their ticker, name, and details.
nasdaqStockMarket is deployed here.
Clone the repository and install the dependencies.
git clone https://github.com/mhmd21/nasdaqStockMarket.git
cd nasdaqStockMarket
Open 2 different terminals In the first terminal do the following:
cd backend
yarn
To start the server, run the following command
yarn start
In the second terminal do the following:
cd frontend
yarn
To start the react frontend, run the following command
yarn start
- POLYGON_API_KEY = {value} # The api key of your polygon account.