Skip to content

A GUI based programmable stock/crypto trading interface to practice trading/swing-trading with virtual money.

Notifications You must be signed in to change notification settings

mightomi/SemiAutomatic-Trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.