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
<SubHeading> Flask Starter coded on top Soft UI Design PRO (Premium Version).</SubHeading>
8
+
<SubHeading>Premium Flask Starter coded on top Soft UI Design (Premium Version).</SubHeading>
10
9
11
-
Flask Web App generated by the AppSeed platform on top of [Soft UI Design](https://appseed.us/product/soft-ui-design-pro/flask/) design (Premium version) crafted by `Creative-Tim`.
12
-
Designed for those who like bold elements and beautiful websites, Soft UI Design System is made of hundred of elements, designed blocks and fully coded pages, ready to help you create stunning websites and apps.
10
+
**Flask** project crafted on top of **[Material Kit BS5](https://appseed.us/product/material-kit2-pro/flask/)**,
11
+
a premium design from [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
12
+
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
13
13
14
14
- 👉 [Soft UI Design PRO Flask](https://appseed.us/product/soft-ui-design-pro/flask/) - Product page
15
15
- 👉 [Soft UI Design PRO Flask](https://flask-soft-ui-design-pro.appseed-srv1.com/) - LIVE Demo
16
-
- 👉 [Support](https://appseed.us/support) (Email and LIVE on Discord) for `registered users`.
17
-
18
-
> Version: [**v1.0.3**](https://github.com/app-generator/flask-soft-ui-design-pro/releases) - release date `2022-06-14`
19
16
20
-
- ✅ SQLite database, Flask-SQLAlchemy ORM
21
-
- ✅ Session-Based auth flow (login, register)
22
-
- ✅ Deployment scripts: Docker
17
+
:::info [**v1.0.5**](https://github.com/app-generator/flask-soft-ui-design-pro/releases) - release date `2022-09-13`
18
+
:::
23
19
20
+
- ✅ `Up-to-date dependencies`
21
+
- ✅ UI KIT: [Soft Design PRO](https://www.creative-tim.com/product/soft-ui-design-system-pro?AFFILIATE=128200) designed by `Creative-Tim`
- ✅ Session-Based authentication (via **flask_login**), Forms validation
26
+
- ✅ Docker, `Flask-Minify` (page compression)
27
+
- 🚀 `Deployment`
28
+
-`CI/CD` flow via `Render`
24
29
25
30

26
31
@@ -40,12 +45,11 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
40
45
41
46
## Start in `Docker`
42
47
43
-
> 👉 **Step 1** - Download the [code](https://appseed.us/product/soft-ui-design-pro/flask/) and unzip the sources (requires a `purchase`).
48
+
> 👉 **Step 1** - Download the [code](https://appseed.us/product/soft-ui-design-pro/flask/) and unzip the sources (requires a `purchase`).
44
49
45
50
```bash
46
-
$ # Get the code
47
-
$ unzip flask-soft-ui-design-pro.zip
48
-
$ cd flask-soft-ui-design-pro
51
+
$ unzip flask-soft-design-pro.zip
52
+
$ cd flask-soft-design-pro
49
53
```
50
54
51
55
> 👉 **Step 2** - Start the APP in `Docker`
@@ -60,12 +64,11 @@ Visit `http://localhost:5085` in your browser. The app should be up & running.
60
64
61
65
## Manual Build
62
66
63
-
> Download the [code](https://appseed.us/product/soft-ui-design-pro/flask/) and unzip the sources (requires a `purchase`).
67
+
> Download the [code](https://appseed.us/product/soft-ui-design-pro/flask/) and unzip the sources (requires a `purchase`).
64
68
65
69
```bash
66
-
$ # Get the code
67
-
$ unzip flask-soft-ui-design-pro.zip
68
-
$ cd flask-soft-ui-design-pro
70
+
$ unzip flask-soft-design-pro.zip
71
+
$ cd flask-soft-design-pro
69
72
```
70
73
71
74
### 👉 Set Up for `Unix`, `MacOS`
@@ -93,6 +96,7 @@ $ flask run
93
96
94
97
At this point, the app runs at `http://127.0.0.1:5000/`.
95
98
99
+
96
100
### 👉 Set Up for `Windows`
97
101
98
102
> Install modules via `VENV` (windows)
@@ -141,7 +145,7 @@ By default, the app redirects guest users to authenticate. In order to access th
141
145
142
146
<br />
143
147
144
-
## Codebase Structure
148
+
## Codebase structure
145
149
146
150
The project is coded using a simple and intuitive structure presented below:
147
151
@@ -154,20 +158,22 @@ The project is coded using a simple and intuitive structure presented below:
154
158
|||-- routes.py # Define app routes
155
159
||
156
160
||-- authentication/ # Handles auth routes (login and register)
157
-
|||-- routes.py # Define authentication routes
158
-
|||-- models.py # Defines models
159
-
|||-- forms.py # Define auth forms (login and register)
161
+
|||-- routes.py # Define authentication routes
162
+
|||-- models.py # Defines models
163
+
|||-- forms.py # Define auth forms (login and register)
0 commit comments