This project is a stock market monitoring application that enables users to track the historical data and current prices of various stock using Yahoo Finance.
- Clone this repository.
- install dependencies:
npm install - Start the server:
node server/index.js
- The server listens on port 7777.
- Clone the repository.
- install dependencies:
npm install - Start the app:
npm run dev
- The app runs on http://localhost:3000
- Use the input field to enter stock symbols and fetch historical data.