Skip to content

Commit e0fb883

Browse files
committed
update README.md
1 parent f53b3cb commit e0fb883

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Python 3](https://pyup.io/repos/github/JacobGrisham/Finance-Full-Stack-Web-App-using-Flask-and-SQL/python-3-shield.svg)](https://pyup.io/repos/github/JacobGrisham/Finance-Full-Stack-Web-App-using-Flask-and-SQL/)
88
## Homework from [Harvard's Introduction to Computer Science CS50 hosted on eDX](https://www.edx.org/course/cs50s-introduction-to-computer-science)
99
## 🎓 [Web Track](https://cs50.harvard.edu/x/2020/tracks/web/)
10-
- [Finance](https://cs50.harvard.edu/x/2020/tracks/web/finance/): Web application via which you can manage portfolios of stocks. This tool allows you to check real stocks’ actual prices and portfolios’ values, it will also let you buy (okay, “buy”) and sell (okay, “sell”) stocks by querying [IEX](iexcloud.io/) for stocks’ prices.
10+
- [Finance](https://cs50.harvard.edu/x/2020/tracks/web/finance/): Web application via which you can manage portfolios of stocks. This tool allows you to check real stocks’ actual prices and portfolios’ values, it will also let you buy (okay, “buy”) and sell (okay, “sell”) stocks by querying [IEX Stock Quote API](https://iexcloud.io/docs/api/#quote) for stocks’ prices.
1111
- I wrote all the code in the templates directory. I wrote most of the code in application.py. Some of the code in helpers.py was provided by instructor
1212
- I styled the application myself, with illustrations provided by [Freepik](http://www.freepik.com/). Landing page and favicon cloned after [Robinhood](https://robinhood.com/us/en/)
1313

@@ -21,8 +21,8 @@
2121
- Python Class/Models and Schemas
2222
- Jinja templating
2323
- Password hashing using Werkzeug
24-
- Parsing data from API
25-
- Parsing data from SQL queries
24+
- Parsing data from API with python
25+
- Parsing data from SQL queries with python
2626
- Calculations using data from API and database
2727
- Continous integration and continuous deployment with Travis CI
2828
- Deploying application to AWS with [Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) instance and SQL database to a separate [RDS](https://aws.amazon.com/rds/) instance
@@ -112,7 +112,7 @@ CREATE TABLE sold (
112112
## 📐 Tests
113113

114114
## 📣 Attribution
115-
- Stock prices pulled from [IEX API](iexcloud.io/)
115+
- Stock prices pulled from [IEX Stock Quote API](https://iexcloud.io/docs/api/#quote)
116116
- Feather icon made by [Freepik](http://www.freepik.com/) from [Flaticon](https://www.flaticon.com/free-icon/feather_105145?term=feather&page=1&position=85&related_item_id=105145)
117117
- Illustrations by [Freepik Storyset](https://storyset.com/people/rafiki)
118118

0 commit comments

Comments
 (0)