Skip to content

xiaoluo2017/Stock_Market

Repository files navigation

Stock_Market

Track stocks, users can customize their concerned stocks

Stock Market Clone Demo

Live Demo

Getting Started

  • Clone Repo
git clone https://github.com/xiaoluo2017/Stock_Market.git
  • Set the DATEBASE_URL in ./route/config.js
  • Install dependencies for the back-end
cd Stock_Market && npm install
  • Run the back-end
node bin/www
  • Install dependencies for the font-end
cd client && npm install
  • Run the front-end
npm start
  • open your browser and go to localhost:3000

Built With

Reference

This project was built with Create React App and Express Backend