|
13 | 13 |
|
14 | 14 |  |
15 | 15 |
|
16 | | -## 🛠 Technologies |
17 | | -|Graphic Design|Front-End|Back-End|Database|Deployment|Testing| |
18 | | -|------------- | ------- | ------ | ------ | -------- | -------| |
19 | | -|Inkscape |HTML5 |Python3 |SQLite and MySQL |[AWS Elastic Beanstalk]() |Pytest| |
20 | | -|. |CSS3 |[Flask](https://flask.palletsprojects.com/en/1.1.x/) |[SQL Alchemy](https://www.sqlalchemy.org/)|[AWS RDS](https://aws.amazon.com/rds/) |Lighthouse| |
21 | | -|. |Bootstrap 4|[Werkzeug](https://werkzeug.palletsprojects.com/en/1.0.x/) |[Flask SQL Alchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/) |Git |.| |
22 | | -|. |[Jinja](https://jinja.palletsprojects.com/en/2.11.x/) |. |. |. |.| |
23 | | - |
24 | | -## ⚙️ Features |
25 | | -- Login, sign-up |
26 | | -- Create, Read, and Update for stocks |
27 | | -- Security to prevent certain transactions using error codes 400-404 |
28 | | - |
29 | 16 | ## 💡Lessons Learned |
30 | 17 | - Database design and Create, Read, Update in SQL |
31 | 18 | - Rewrote the entire application to use Flask SQL Alchemy |
|
40 | 27 | - Continous integration and continuous deployment with Travis CI |
41 | 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 |
42 | 29 |
|
43 | | -## ✅ Project Status |
44 | | -- Add tests |
| 30 | +## 🛠 Technologies |
| 31 | +|Graphic Design|Front-End|Back-End|Database|Deployment|Testing| |
| 32 | +|------------- | ------- | ------ | ------ | -------- | -------| |
| 33 | +|Inkscape |HTML5 |Python3 |SQLite and MySQL |[AWS Elastic Beanstalk]() |Pytest| |
| 34 | +|. |CSS3 |[Flask](https://flask.palletsprojects.com/en/1.1.x/) |[SQL Alchemy](https://www.sqlalchemy.org/)|[AWS RDS](https://aws.amazon.com/rds/) |Lighthouse| |
| 35 | +|. |Bootstrap 4|[Werkzeug](https://werkzeug.palletsprojects.com/en/1.0.x/) |[Flask SQL Alchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/) |Git |.| |
| 36 | +|. |[Jinja](https://jinja.palletsprojects.com/en/2.11.x/) |. |. |. |.| |
| 37 | + |
| 38 | +## ⚖️ Methodology |
| 39 | + |
| 40 | +## ⚙️ Features |
| 41 | +- Login, sign-up |
| 42 | +- Security to prevent certain transactions using error codes 400-404 |
| 43 | +- Create, Read, and Update for stocks |
45 | 44 |
|
46 | 45 | ## 🚀 Getting Started |
47 | | -To run this project locally: |
| 46 | +### To run this project on your system: |
48 | 47 | - In your terminal, navigate to the root project directory and run the following commands |
49 | 48 | - To install the dependencies |
50 | 49 | ``` |
|
0 commit comments