Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hinedy committed Oct 21, 2022
1 parent 1fdf3a5 commit b753564
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Finance
A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.
A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.
## Live on [H Finance](https://hinedy-finance.herokuapp.com).


<p align="center"><a href="https://hinedy-finance.herokuapp.com"><img src="static/images/logo.png" width="400"></a>
<p align="center"><a href="https://hinedy-finance.herokuapp.com"><img src="static/images/logo.png" width="400" style="filter: drop-shadow(2px 2px white)"></a>
</p>

### Built as per [Instructions](https://cs50.harvard.edu/x/2022/psets/9/finance/) by [CS50x](https://cs50.harvard.edu/x/2022/) staff.
#### Deployed using [Heroku](https://www.heroku.com).


<hr>


## Features
- **Register** for an account
- **Login** using username and password
- **Quote** price of a stock
- "**Buy**" and "**sell**" stocks
- View transactions **history**


## Technologies used
- HTML
- CSS
Expand All @@ -21,11 +31,11 @@ A web app via which you can manage portfolios of stocks, using IEX Cloud API in
- SQL


## Features
- Register for an account
- Login using username and password
- Quote price of a stock
- "Buy" and "sell" stocks
- View transactions history

## Deployment

- Check [requirements.txt](/requirements.txt) for dependencies.
- Follow instructions on [CS50 Heroku Docs](https://cs50.readthedocs.io/heroku/)
### More resources:

- [Connecting to Heroku Postgres Databases from Outside of Heroku](https://devcenter.heroku.com/articles/connecting-to-heroku-postgres-databases-from-outside-of-heroku)
- [pgloader](https://github.com/dimitri/pgloader)

0 comments on commit b753564

Please sign in to comment.