Skip to content

Commit c89d10b

Browse files
author
App Generator
committed
README - Added Implementation @todo list
1 parent 848b8a0 commit c89d10b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Flask** Sample project that provides an integration of **SQLAlchemy** ORM on top of a simple Flask Codebase. This project might help beginners to code a `real` project on top of Flask. For newcomers, Flask is a lightweight web application framework written in Python. By using a database in our project, we can have a persistent data layer that can be reused and updated according to application requirements.
44

5+
> STATUS: @WIP (work in progress)
6+
57
<br />
68

79
> Features
@@ -14,6 +16,21 @@
1416

1517
<br />
1618

19+
> Implementation @Todo list
20+
21+
- Add `SQLAlchemy` ORM to the `requirements.txt`
22+
- [SqlAlchemy](https://pypi.org/project/SQLAlchemy/) - v1.4.5
23+
- [Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy/) - v2.5.1
24+
- `Update codebase` to use `SQLAlchemy`
25+
- Define a `new model`
26+
- `Populate` the new table with `new data`
27+
- Visualize the information on dashboard
28+
- Use a `migration` to update the model (add new field)
29+
- Integrate/Use [Flask-Migrate](https://pypi.org/project/Flask-Migrate/) v2.7.0
30+
- Use the new information on dashboard
31+
32+
<br />
33+
1734
> Links
1835
1936
- [Atlantis Lite Flask](https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark) - A full-featured Flask starter

0 commit comments

Comments
 (0)