Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mightomi authored Mar 3, 2024
1 parent 714a3a0 commit 828c038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# 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/loss are displayed in real time.
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
Expand All @@ -17,11 +17,11 @@ Currently Live At: https://semiautotrader.netlify.app/

## How to setup for first time (localhost)?

1. Install [node](https://nodejs.org/en/download/) and [MongoDB server](https://www.mongodb.com/try/download/community). [Start mongod](https://stackoverflow.com/questions/46523321/mongoerror-connect-econnrefused-127-0-0-127017) if there is problem with Db connection.
1. Install [node](https://nodejs.org/en/download/) and [MongoDB server](https://www.mongodb.com/try/download/community). If there is problem with the DB connection [Start mongod](https://stackoverflow.com/questions/46523321/mongoerror-connect-econnrefused-127-0-0-127017)

2. Open terminal and navigate to the server folder. Write `npm install` to install the dependencies
2. Open the 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
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 the port `8000`.
4. In the server folder run `npm start`. The frontend will run on port `3000`, and the backend will run on port `8000`.

0 comments on commit 828c038

Please sign in to comment.