Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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