Skip to content

Commit 848b8a0

Browse files
author
App Generator
committed
README - Minor updates
1 parent e6772de commit 848b8a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Flask Database Sample
22

3-
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.
3+
**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

55
<br />
66

77
> Features
88
99
- Simple Flask codebase built with `best-practices` in mind
10-
- DBMS: SQLite Storage
11-
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
10+
- DBMS: `SQLite` Storage
11+
- DB Tools: `SQLAlchemy` ORM, `Flask-Migrate` (schema migrations)
1212
- Permissive MIT License - allows unlimited copies for hobby and commercial products
1313
- Free support via **Github** and [Discord](https://discord.gg/fZC6hup).
1414

@@ -17,7 +17,7 @@ Flask Sample project that provides an integration of SQLAlchemy ORM on top of a
1717
> Links
1818
1919
- [Atlantis Lite Flask](https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark) - A full-featured Flask starter
20-
- [Jinja Atlantis Dark - Demo](https://flask-atlantis-dark.appseed-srv1.com/) - LIVE Demo
20+
- [Atlantis Lite Flask - Demo](https://flask-atlantis-dark.appseed-srv1.com/) - LIVE Deployment
2121

2222
<br />
2323

0 commit comments

Comments
 (0)