Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 558 Bytes

Stock Scraper

About

It's a stock scraper which can scrape one or multiple stock tickets quickly.

Setup development environment

Please ensure you have Node installed

Then navigate to both directories and run npm i to install all necessary dependencies

Client and Server

You can run this in the main directory to start both client and server simultaneously

npm run dev

Frontend Client

Navigate to ./client and run

npm run dev

Backend Server

Navigate to ./server and run

npm run dev