Skip to content

mhmd21/nasdaqStockMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nasdaqStockMarket

This app shows all the stocks listed in NASDAQ exchange with their ticker, name, and details.
nasdaqStockMarket is deployed here.

Quick Start

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

Environment Variables

  • POLYGON_API_KEY = {value} # The api key of your polygon account.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors