Skip to content

Commit b0ee202

Browse files
committed
Merge branch 'master' of github.com:JacobGrisham/Finance-Full-Stack-Web-App-using-Flask-and-SQLite
2 parents 872f111 + 83dd46e commit b0ee202

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313

1414
![Finance Program Demo](img/demo.gif)
1515

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-
2916
## 💡Lessons Learned
3017
- Database design and Create, Read, Update in SQL
3118
- Rewrote the entire application to use Flask SQL Alchemy
@@ -40,11 +27,23 @@
4027
- Continous integration and continuous deployment with Travis CI
4128
- 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
4229

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
4544

4645
## 🚀 Getting Started
47-
To run this project locally:
46+
### To run this project on your system:
4847
- In your terminal, navigate to the root project directory and run the following commands
4948
- To install the dependencies
5049
```

0 commit comments

Comments
 (0)