A GUI based programmable stock/crypto trading interface. You can program when you want to buy/sell/sort stocks, the webpage will automatically execute your order when that price is reached. Profits/losses are displayed in real time.
Currently Live At: https://semiautotrader.netlify.app/
-
Install node and MongoDB server. If there is problem with the DB connection Start mongod
-
Open the terminal and navigate to the server folder. Write
npm install
to install the dependencies -
Open the terminal and navigate to the client folder. Write
npm install
to install the dependencies -
In the server folder run
npm start
. The frontend will run on port3000
, and the backend will run on port8000
.