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

react nodejs express mongodb

Link to the site

Currently Live At: https://semiautotrader.netlify.app/

Screenshot

How to setup for first time (localhost)?

  1. Install node and MongoDB server. Start mongod if there is problem with Db connection.

  2. Open terminal and navigate to the server folder. Write npm install to install the dependencies

  3. Open terminal and navigate to the client folder. Write npm install to install the dependencies

  4. In the server folder run npm start. The frontend will run on port 3000, and the backend will run on the port 8000.

GitHub

View Github