Skip to content

Commit ce57a82

Browse files
committed
Flask APPS - Update Section
1 parent 01f42ee commit ce57a82

File tree

7 files changed

+123
-504
lines changed

7 files changed

+123
-504
lines changed

docs/products/flask-apps/material-kit-pro.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The product is designed to deliver the best possible user experience with highly
2525

2626
![Material Kit PRO (BS4) - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/173187736-25a61fd2-d96b-4710-85a5-aac075981f36.png)
2727

28+
<br />
2829

2930
## Environment
3031

@@ -36,8 +37,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
3637
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
3738
- (Optional) `Docker` - a popular virtualization software
3839

40+
<br />
3941

40-
## Start the app in Docker
42+
## Start in `Docker`
4143

4244
> 👉 **Step 1** - Download the [code](https://appseed.us/product/material-kit-pro/flask/) and unzip the sources (requires a `purchase`).
4345
@@ -54,6 +56,7 @@ $ docker-compose up --build
5456

5557
Visit `http://localhost:5085` in your browser. The app should be up & running.
5658

59+
<br />
5760

5861
## Manual Build
5962

@@ -120,8 +123,9 @@ $ flask run
120123

121124
At this point, the app runs at `http://127.0.0.1:5000/`.
122125

126+
<br />
123127

124-
## Manage App `Users`
128+
## Manage App `Users`
125129

126130
By default, the starter is not provided with users.
127131

@@ -136,7 +140,9 @@ By default, the app redirects guest users to authenticate. In order to access th
136140
- `http://127.0.0.1:5000/login`
137141

138142

139-
## ✨ Codebase structure
143+
<br />
144+
145+
## Codebase structure
140146

141147
The project is coded using a simple and intuitive structure presented below:
142148

@@ -187,7 +193,10 @@ The project is coded using a simple and intuitive structure presented below:
187193
|-- ************************************************************************
188194
```
189195

196+
<br />
197+
190198
## Resources
191199

192-
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
193200
- 👉 [Flask Material Kit2](https://appseed.us/product/material-kit/flask/) - `Open-Source Version`
201+
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
202+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/products/flask-apps/material-kit.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The product is designed to deliver the best possible user experience with highly
3030

3131
![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)
3232

33+
<br />
3334

3435
## Environment
3536

@@ -42,9 +43,11 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
4243
- (Optional) `Docker` - a popular virtualization software
4344

4445

45-
## Start the app in Docker
46+
<br />
4647

47-
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
48+
## Start in `Docker`
49+
50+
> 👉 **Step 1** - Download the code from the official GitHub [repository](https://github.com/app-generator/flask-material-kit) (using `GIT`)
4851
4952
```bash
5053
$ git clone https://github.com/app-generator/flask-material-kit.git
@@ -59,6 +62,7 @@ $ docker-compose up --build
5962

6063
Visit `http://localhost:5085` in your browser. The app should be up & running.
6164

65+
<br />
6266

6367
## Manual Build
6468

@@ -126,8 +130,9 @@ $ flask run
126130

127131
At this point, the app runs at `http://127.0.0.1:5000/`.
128132

133+
<br />
129134

130-
## Manage App `Users`
135+
## Manage App `Users`
131136

132137
By default, the starter is not provided with users.
133138

@@ -141,8 +146,9 @@ By default, the app redirects guest users to authenticate. In order to access th
141146
- Access the `sign in` page and authenticate
142147
- `http://127.0.0.1:5000/login`
143148

149+
<br />
144150

145-
## Codebase structure
151+
## Codebase Structure
146152

147153
The project is coded using a simple and intuitive structure presented below:
148154

@@ -193,9 +199,12 @@ The project is coded using a simple and intuitive structure presented below:
193199
|-- ************************************************************************
194200
```
195201

202+
<br />
203+
196204
## Resources
197205

198206
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
207+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
199208
- 👉 [Flask Material Kit2 PRO](https://appseed.us/product/material-kit2-pro/flask/) - `PRO Version`
200209
-`Enhanced UI` - more pages and components
201210
-`Priority` on support

docs/products/flask-apps/material-kit2-pro.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The product is designed to deliver the best possible user experience with highly
2929

3030
![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)
3131

32+
<br />
3233

3334
## Environment
3435

@@ -40,8 +41,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
4041
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
4142
- (Optional) `Docker` - a popular virtualization software
4243

44+
<br />
4345

44-
## Start the app in Docker
46+
## Start in `Docker`
4547

4648
> 👉 **Step 1** - Download the [code](https://appseed.us/product/material-kit2-pro/flask/) and unzip the sources (requires a `purchase`).
4749
@@ -58,6 +60,7 @@ $ docker-compose up --build
5860

5961
Visit `http://localhost:5085` in your browser. The app should be up & running.
6062

63+
<br />
6164

6265
## Manual Build
6366

@@ -124,8 +127,9 @@ $ flask run
124127

125128
At this point, the app runs at `http://127.0.0.1:5000/`.
126129

130+
<br />
127131

128-
## Manage App `Users`
132+
## Manage App `Users`
129133

130134
By default, the starter is not provided with users.
131135

@@ -139,8 +143,9 @@ By default, the app redirects guest users to authenticate. In order to access th
139143
- Access the `sign in` page and authenticate
140144
- `http://127.0.0.1:5000/login`
141145

146+
<br />
142147

143-
## Codebase structure
148+
## Codebase structure
144149

145150
The project is coded using a simple and intuitive structure presented below:
146151

@@ -191,7 +196,10 @@ The project is coded using a simple and intuitive structure presented below:
191196
|-- ************************************************************************
192197
```
193198

199+
<br />
200+
194201
## Resources
195202

196-
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
197203
- 👉 [Flask Material Kit2](https://appseed.us/product/material-kit/flask/) - `Open-Source Version`
204+
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
205+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

docs/products/flask-apps/pixel-lite.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The product is designed to deliver the best possible user experience with highly
2727

2828
![Pixel Bootstrap Lite - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168753915-d61b2f97-57b2-4d14-a774-d217d120ff62.png)
2929

30+
<br />
3031

3132
## Environment
3233

@@ -38,8 +39,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
3839
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
3940
- (Optional) `Docker` - a popular virtualization software
4041

42+
<br />
4143

42-
## Start the app in Docker
44+
## Start in `Docker`
4345

4446
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
4547
@@ -56,6 +58,7 @@ $ docker-compose up --build
5658

5759
Visit `http://localhost:5085` in your browser. The app should be up & running.
5860

61+
<br />
5962

6063
## Manual Build
6164

@@ -176,5 +179,10 @@ At this point, the product should be LIVE.
176179

177180
## Resources
178181

179-
- 👉 [Flask Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/flask/) - the `premium version`
180182
- 👉 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+
![Pixel Bootstrap PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/168760719-f0e45406-2b2a-43e0-badf-fa953edb62b8.png)

docs/products/flask-apps/pixel-pro.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The product is designed to deliver the best possible user experience with highly
2727

2828
![Pixel Bootstrap PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/168760719-f0e45406-2b2a-43e0-badf-fa953edb62b8.png)
2929

30+
<br />
3031

3132
## Environment
3233

@@ -38,8 +39,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
3839
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
3940
- (Optional) `Docker` - a popular virtualization software
4041

42+
<br />
4143

42-
## Start the app in Docker
44+
## Start in `Docker`
4345

4446
> 👉 **Step 1** - Download the code from the product page (requires a purchase)
4547
@@ -56,6 +58,7 @@ $ docker-compose up --build
5658

5759
Visit `http://localhost:5085` in your browser. The app should be up & running.
5860

61+
<br />
5962

6063
## Manual Build
6164

@@ -177,3 +180,4 @@ At this point, the product should be LIVE.
177180

178181
- 👉 [Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - the `free version`
179182
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
183+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts

0 commit comments

Comments
 (0)