|
7 | 7 | [](https://pyup.io/repos/github/JacobGrisham/Finance-Full-Stack-Web-App-using-Flask-and-SQL/)
|
8 | 8 | ## Homework from [Harvard's Introduction to Computer Science CS50 hosted on eDX](https://www.edx.org/course/cs50s-introduction-to-computer-science)
|
9 | 9 | ## 🎓 [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. |
11 | 11 | - 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
|
12 | 12 | - 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/)
|
13 | 13 |
|
|
21 | 21 | - Python Class/Models and Schemas
|
22 | 22 | - Jinja templating
|
23 | 23 | - 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 |
26 | 26 | - Calculations using data from API and database
|
27 | 27 | - Continous integration and continuous deployment with Travis CI
|
28 | 28 | - 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 (
|
112 | 112 | ## 📐 Tests
|
113 | 113 |
|
114 | 114 | ## 📣 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) |
116 | 116 | - 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)
|
117 | 117 | - Illustrations by [Freepik Storyset](https://storyset.com/people/rafiki)
|
118 | 118 |
|
|
0 commit comments