Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 2.19 KB

README.md

File metadata and controls

27 lines (14 loc) · 2.19 KB

SemiAutomatic 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/losses 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. If there is problem with the DB connection Start mongod

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

  3. Open the 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 port 8000.