You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-28Lines changed: 12 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,25 @@ Open-source **[Flask Dashboard](https://appseed.us/admin-dashboards/flask/)** ge
4
4
5
5
- 👉 [Gradient Able Flask](https://appseed.us/product/gradient-able/flask/) - Product page
6
6
- 👉 [Gradient Able Flask](https://flask-gradient-able.appseed-srv1.com/) - LIVE deployment
7
-
- 👉 Free [Support](https://appseed.us/support/) via `Email` & `Discord`
8
7
9
8
<br />
10
9
11
-
> 🚀 Built with [App Generator](https://appseed.us/generator/), timestamp: `2022-06-09 09:13`
10
+
## ✅ Features
12
11
13
-
-✅ `Up-to-date dependencies`
14
-
-✅ `Database`: `SQLite`, MySql
12
+
-`Up-to-date dependencies`
13
+
-`Database`: `SQLite`, MySql
15
14
- Silent fallback to `SQLite`
16
-
-✅ `DB Tools`: SQLAlchemy ORM, `Flask-Migrate`
17
-
-✅ Docker, `Flask-Minify` (page compression)
18
-
-🚀 `Deployment`
15
+
-`DB Tools`: SQLAlchemy ORM, `Flask-Migrate`
16
+
- Docker, `Flask-Minify` (page compression)
17
+
-`Deployment`
19
18
-`CI/CD` flow via `Render`
20
19
-[Flask Gradient Able - Go LIVE](https://www.youtube.com/watch?v=v0Cf6nM77bU) (`video presentation`)
21
20
22
-
<br />
23
-
24
21

25
22
26
23
<br />
27
24
28
-
## ✨ Start the app in Docker
25
+
## ✅ Start in `Docker`
29
26
30
27
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
31
28
@@ -46,7 +43,7 @@ Visit `http://localhost:5085` in your browser. The app should be up & running.
46
43
47
44
<br />
48
45
49
-
## ✨ How to use it
46
+
## ✅ Manual Build
50
47
51
48
> Download the code
52
49
@@ -124,19 +121,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`.
124
121
125
122
<br />
126
123
127
-
### 👉 Create Users
128
-
129
-
By default, the app redirects guest users to authenticate. In order to access the private pages, follow this set up:
130
-
131
-
- Start the app via `flask run`
132
-
- Access the `registration` page and create a new user:
133
-
-`http://127.0.0.1:5000/register`
134
-
- Access the `sign in` page and authenticate
135
-
-`http://127.0.0.1:5000/login`
136
-
137
-
<br />
138
-
139
-
## ✨ Code-base structure
124
+
## ✅ Codebase
140
125
141
126
The project is coded using blueprints, app factory pattern, dual configuration profile (development and production) and an intuitive structure presented bellow:
142
127
@@ -189,17 +174,16 @@ The project is coded using blueprints, app factory pattern, dual configuration p
> For more components, pages and priority on support, feel free to take a look at this amazing starter:
195
180
196
-
Designed for those who like bold elements and beautiful websites, **Gradient Able** is the most stylish Bootstrap 4 Admin Template compare to all other Bootstrap admin templates. It comes with high feature-rich pages and components with fully developer-centric code.
181
+
Designed for those who like bold elements and beautiful websites, **Gradient Able** is the most stylish Bootstrap 5 Admin Template compare to all other Bootstrap admin templates.
182
+
It comes with high feature-rich pages and components with fully developer-centric code.
- 👉 [Flask Gradient PRO](https://flask-gradient-able-pro.appseed-srv1.com) - LIVE Deployment
200
186
201
-
<br >
202
-
203
187

0 commit comments