Skip to content

Commit 7b348b4

Browse files
committed
update README.md
1 parent 93c9245 commit 7b348b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
## 🛠 Technologies
2727
|Graphic Design|Front-End|Back-End|Database|Deployment|Testing|
2828
|------------- | ------- | ------ | ------ | -------- | -------|
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/) |. |. |. |.|
3333

3434
## ⚙️ Features
3535
- Login, sign-up
36-
- REST API (create, read, update) for stocks
36+
- Create, Read, and Update for stocks
3737
- Security to prevent certain transactions using error codes 400-404
3838

3939
## 💡Lessons Learned
@@ -81,7 +81,7 @@ $ export FLASK_APP=application.py
8181
$ flask run
8282
```
8383
- 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()`
8585
- To initialize the SQL database in the python shell, execute:
8686
```
8787
$ python

0 commit comments

Comments
 (0)