Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed May 1, 2021
1 parent a1ef355 commit 2bc5302
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

Application developed during [Cod3r's official Vue.js course](https://www.udemy.com/course/vue-js-completo/), on Udemy, in order to simulate a Stock Exchange trading platform. Fake money, bur real shares market value fluctuations.

[Check out the application running!](https://juliolmuller.github.io/stock-trader/)
[Check out the application running!](https://stocktrader.vercel.app/)

## :trophy: Lessons Learned

Expand Down Expand Up @@ -53,10 +53,12 @@ Make sure to have **Node.js 10+** installed in your machine and its **npm** avai

```bash
$ npm install # Download dependencies
$ npm start # Run development server
$ npm run serve # Run development server
$ npm run build # Build files for production
```

Before running the application copy/rename file `.env.example` as `.env`. The existent value should work already, so no further configuration should be required. If you want to change the API to consume the stocks data, update the variable VUE_APP_API_URL that comes with the repository.

## :zap: Features Implementations

- [x] List all available shares in [BM&FBOVESPA](http://www.b3.com.br/);
Expand Down

1 comment on commit 2bc5302

@vercel
Copy link

@vercel vercel bot commented on 2bc5302 May 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.