Table of Contents
- React.js
- Node.js
- Docker
- Puppeteer.js
- Socket.io
- PostgreSQL
To get a copy up and running follow these simple steps. This application can be run through Docker or locally.
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/
- Clone the repo
git clone https://github.com/NeptuneRjo/stock-ticker.git
-
Install NPM packages
npm install
-
Create an
.envfile in /frontend with the following variable(s)REACT_APP_WEBSOCKET_ENDPOINT = http://localhost:8000
- Run the compose command
docker compose up