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: docs/products/flask-apps/material-kit-pro.mdx
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The product is designed to deliver the best possible user experience with highly
25
25
26
26

27
27
28
+
<br />
28
29
29
30
## Environment
30
31
@@ -36,8 +37,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
36
37
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
37
38
- (Optional) `Docker` - a popular virtualization software
38
39
40
+
<br />
39
41
40
-
## Start the app in Docker
42
+
## Start in `Docker`
41
43
42
44
> 👉 **Step 1** - Download the [code](https://appseed.us/product/material-kit-pro/flask/) and unzip the sources (requires a `purchase`).
43
45
@@ -54,6 +56,7 @@ $ docker-compose up --build
54
56
55
57
Visit `http://localhost:5085` in your browser. The app should be up & running.
56
58
59
+
<br />
57
60
58
61
## Manual Build
59
62
@@ -120,8 +123,9 @@ $ flask run
120
123
121
124
At this point, the app runs at `http://127.0.0.1:5000/`.
122
125
126
+
<br />
123
127
124
-
## ✨ Manage App `Users`
128
+
## Manage App `Users`
125
129
126
130
By default, the starter is not provided with users.
127
131
@@ -136,7 +140,9 @@ By default, the app redirects guest users to authenticate. In order to access th
136
140
-`http://127.0.0.1:5000/login`
137
141
138
142
139
-
## ✨ Codebase structure
143
+
<br />
144
+
145
+
## Codebase structure
140
146
141
147
The project is coded using a simple and intuitive structure presented below:
142
148
@@ -187,7 +193,10 @@ The project is coded using a simple and intuitive structure presented below:
Copy file name to clipboardExpand all lines: docs/products/flask-apps/pixel-lite.mdx
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The product is designed to deliver the best possible user experience with highly
27
27
28
28

29
29
30
+
<br />
30
31
31
32
## Environment
32
33
@@ -38,8 +39,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
38
39
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
39
40
- (Optional) `Docker` - a popular virtualization software
40
41
42
+
<br />
41
43
42
-
## Start the app in Docker
44
+
## Start in `Docker`
43
45
44
46
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
45
47
@@ -56,6 +58,7 @@ $ docker-compose up --build
56
58
57
59
Visit `http://localhost:5085` in your browser. The app should be up & running.
58
60
61
+
<br />
59
62
60
63
## Manual Build
61
64
@@ -176,5 +179,10 @@ At this point, the product should be LIVE.
176
179
177
180
## Resources
178
181
179
-
- 👉 [Flask Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/flask/) - the `premium version`
180
182
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
183
+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
184
+
- 👉 [Flask Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/flask/) - the `premium version`
185
+
- ✅ `Enhanced UI` - more pages and components
186
+
- ✅ `Priority` on support
187
+
188
+

Copy file name to clipboardExpand all lines: docs/products/flask-apps/pixel-pro.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The product is designed to deliver the best possible user experience with highly
27
27
28
28

29
29
30
+
<br />
30
31
31
32
## Environment
32
33
@@ -38,8 +39,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
38
39
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
39
40
- (Optional) `Docker` - a popular virtualization software
40
41
42
+
<br />
41
43
42
-
## Start the app in Docker
44
+
## Start in `Docker`
43
45
44
46
> 👉 **Step 1** - Download the code from the product page (requires a purchase)
45
47
@@ -56,6 +58,7 @@ $ docker-compose up --build
56
58
57
59
Visit `http://localhost:5085` in your browser. The app should be up & running.
58
60
61
+
<br />
59
62
60
63
## Manual Build
61
64
@@ -177,3 +180,4 @@ At this point, the product should be LIVE.
177
180
178
181
- 👉 [Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - the `free version`
179
182
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
183
+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
0 commit comments