Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NeptuneRjo/stock-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Market Watch

Live feed of the current most active stocks. Maintains the price history for the market day.


Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Market Watch Screen Shot

(back to top)

Built With

  • React.js
  • Node.js
  • Docker
  • Puppeteer.js
  • Socket.io
  • PostgreSQL

(back to top)

Getting Started

To get a copy up and running follow these simple steps. This application can be run through Docker or locally.

Prerequisites

If you want to run locally, you'll need npm installed

  • npm
    npm install npm@latest -g

Docker Desktop download https://www.docker.com/products/docker-desktop/

Installation

  1. Clone the repo
    git clone https://github.com/NeptuneRjo/stock-ticker.git

If Running locally:

  1. Install NPM packages

    npm install
  2. Create an .env file in /frontend with the following variable(s)

    REACT_APP_WEBSOCKET_ENDPOINT = http://localhost:8000

If Running through Docker

  1. Run the compose command
  docker compose up

(back to top)

About

A real-time stock ticker built using React.js, Node.js and Puppeteer.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published