SemiAutomatic MERN Stack trading WebApp
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/loss are displayed in real time.
Tech-stack Used
Link to the site
Currently Lived At: https://semiautotrader.netlify.app/
Screenshot
How to setup for first time (localhost)?
-
Install node and MongoDB server. Start mongod if there is problem with Db connection.
-
Open terminal and navigate to the server folder. Write
npm install
to install the dependencies -
Open 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 the port8000
.