It's a stock scraper which can scrape one or multiple stock tickets quickly.
Please ensure you have Node
installed
Then navigate to both directories and run npm i
to install all necessary dependencies
You can run this in the main directory to start both client and server simultaneously
npm run dev
Navigate to ./client
and run
npm run dev
Navigate to ./server
and run
npm run dev