Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/is343/stock_market
full stack MERN stock market tracking app using webhooks and a stock api
https://github.com/is343/stock_market
highcharts material-ui mern react-redux socket-io websockets
Last synced: 6 days ago
JSON representation
full stack MERN stock market tracking app using webhooks and a stock api
- Host: GitHub
- URL: https://github.com/is343/stock_market
- Owner: is343
- Created: 2018-05-25T00:58:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T02:33:02.000Z (over 6 years ago)
- Last Synced: 2024-12-16T08:29:34.253Z (7 days ago)
- Topics: highcharts, material-ui, mern, react-redux, socket-io, websockets
- Language: JavaScript
- Homepage: https://fcc-stock-price-history.netlify.com/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Price History
> https://www.freecodecamp.org/challenges/chart-the-stock-market
## Quick Start
```bash
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# Run the client & server with concurrently
npm run dev# Run the Express server only
npm run server# Run the React client only
npm run client# Server runs on http://localhost:5000 and client on http://localhost:3000
```## App Info
### Version
1.0.0
### License
This project is licensed under the MIT License