|
26 | 26 | ## 🛠 Technologies |
27 | 27 | |Graphic Design|Front-End|Back-End|Database|Deployment|Testing| |
28 | 28 | |------------- | ------- | ------ | ------ | -------- | -------| |
29 | | -|Inkscape |HTML5 |Python3 |SQLite and MySQL |AWS Elastic Beanstalk |Pytest| |
30 | | -|. |CSS3 |[Flask](https://flask.palletsprojects.com/en/1.1.x/) |[SQL Alchemy](https://www.sqlalchemy.org/)|Git |Lighthouse| |
31 | | -|. |Bootstrap 4|[Werkzeug](https://werkzeug.palletsprojects.com/en/1.0.x/) |[Flask SQL Alchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/) |. |.| |
32 | | -|. |[Jinja](https://jinja.palletsprojects.com/en/2.11.x/) |. |[RDS](https://aws.amazon.com/rds/) |. |.| |
| 29 | +|Inkscape |HTML5 |Python3 |SQLite and MySQL |[AWS Elastic Beanstalk]() |Pytest| |
| 30 | +|. |CSS3 |[Flask](https://flask.palletsprojects.com/en/1.1.x/) |[SQL Alchemy](https://www.sqlalchemy.org/)|[AWS RDS](https://aws.amazon.com/rds/) |Lighthouse| |
| 31 | +|. |Bootstrap 4|[Werkzeug](https://werkzeug.palletsprojects.com/en/1.0.x/) |[Flask SQL Alchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/) |Git |.| |
| 32 | +|. |[Jinja](https://jinja.palletsprojects.com/en/2.11.x/) |. |. |. |.| |
33 | 33 |
|
34 | 34 | ## ⚙️ Features |
35 | 35 | - Login, sign-up |
36 | | -- REST API (create, read, update) for stocks |
| 36 | +- Create, Read, and Update for stocks |
37 | 37 | - Security to prevent certain transactions using error codes 400-404 |
38 | 38 |
|
39 | 39 | ## 💡Lessons Learned |
@@ -81,7 +81,7 @@ $ export FLASK_APP=application.py |
81 | 81 | $ flask run |
82 | 82 | ``` |
83 | 83 | - Lastly, create a SQL database named `finances.db` |
84 | | -- To initialize the SQL database within application.py, add `db.create_all()` below `# Initialize Schemas`. Once the code runs and the you've verified the database exists, remove `db.create_all()` |
| 84 | +- To initialize the SQL database within application.py, add `db.create_all()` below `Initialize Schemas`. Once the code runs and the you've verified the database exists, remove `db.create_all()` |
85 | 85 | - To initialize the SQL database in the python shell, execute: |
86 | 86 | ``` |
87 | 87 | $ python |
|
0 commit comments