Watchlist tool for day trading stocks.
To use this program, start the server in a terminal. It will host a web app that you can access in your browser.
The server has only been tested to run on Ubuntu and on Windows using Ubuntu WSL
Download or clone this repo and open the project folder in an Ubuntu terminal or Ubuntu WSL on Windows.
Install Node.js / NPM, and Vue CLI in your ubuntu environment.
Setup envirnoment variables by renaming the .env_sample
file to .env
. You can optionally edit the file to change settings, but the defaults are fine.
cd client/
sudo npm i -y
npm run build
cd server/
sudo npm i -y
cd server/
npm run serve
Or you can run one of the start scripts: server/start.sh
or server/start.bat
By default, the app will be hosted on http://localhost:8080
You can change the port by editing the .env
file.