Skip to content

Commit 8cd27e1

Browse files
committed
Release v1.0.8 - Bump UI
1 parent a71c2ac commit 8cd27e1

File tree

2 files changed

+20
-32
lines changed

2 files changed

+20
-32
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.0.8] 2023-02-28
4+
### Changes
5+
6+
- Bump UI Version
7+
38
## [1.0.7] 2022-09-16
49
### Improvements
510

README.md

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,50 @@
1-
# [Soft Dashboard](https://appseed.us/product/soft-ui-dashboard/) Flask/Jinja
1+
# [Soft Dashboard](https://appseed.us/product/soft-ui-dashboard/flask/) Flask/Jinja
22

3-
Open-source **Flask/Jinja Template** generated by `AppSeed` op top of **[Soft Dashboard](https://appseed.us/product/soft-ui-dashboard/)**, a modern `Bootstrap 5` dashboard design. The project is a super simple Flask project WITHOUT database, ORM, or any other hard dependency. The project can be used as a codebase for future project or to migrate the Jinja files and assets to a legacy Python-based project that uses Jinja as template engine (Flask, Bottle, Django).
4-
5-
<br />
6-
7-
> Built with [Soft UI Dashboard Generator](https://appseed.us/generator/soft-ui-dashboard/)
8-
9-
- Timestamp: `2022-05-25 09:56`
10-
- Build ID: `b7d81dd6-7e1a-4760-b72c-2249220a75f6`
11-
- **Free [Support](https://appseed.us/support/)** (registered users) via `Email` and `Discord`
3+
Open-source **Flask/Jinja Template** generated by `AppSeed` op top of **[Soft Dashboard](https://appseed.us/product/soft-ui-dashboard/flask/)**, a modern `Bootstrap 5` dashboard design. The project is a super simple Flask project WITHOUT database, ORM, or any other hard dependency. The project can be used as a codebase for future project or to migrate the Jinja files and assets to a legacy Python-based project that uses Jinja as template engine (Flask, Bottle, Django).
124

5+
- 👉 [Soft Dashboard Flask](https://appseed.us/product/soft-ui-dashboard/flask/) - Product page
6+
- 🛒 **[Soft Dashboard Flask PRO](https://appseed.us/product/soft-ui-dashboard-pro/flask/)** - `Premium Version`
7+
138
<br />
149

1510
> Features
1611
17-
- `Up-to-date dependencies`
18-
- Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)
19-
- Soft UI Dashboard v1.0.6
20-
- `Dark Mode` (enhancement)
12+
-`Up-to-date dependencies`
13+
- ✅ Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)
14+
-`Docker`
2115

2216
<br />
2317

2418
![Soft UI Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168843143-f2a2ffac-4ab6-44d2-bc1f-a9a8682a749b.png)
2519

2620
<br />
2721

22+
## Start with `Docker`
2823

29-
## ✨ Start the app in Docker
30-
31-
> **Step 1** - Download the code from the GH repository (using `GIT`)
24+
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
3225
3326
```bash
34-
$ # Get the code
3527
$ git clone https://github.com/app-generator/jinja-soft-ui-dashboard.git
3628
$ cd jinja-soft-ui-dashboard
3729
```
3830

3931
<br />
4032

41-
> **Step 2** - Edit `.env` and set `DEBUG=True`. This will activate the `SQLite` persistance.
42-
43-
```txt
44-
DEBUG=True
45-
```
46-
47-
<br />
48-
49-
> **Step 3** - Start the APP in `Docker`
33+
> 👉 **Step 2** - Start the APP in `Docker`
5034
5135
```bash
5236
$ docker-compose up --build
5337
```
5438

55-
Visit `http://localhost:85` in your browser. The app should be up & running.
39+
Visit `http://localhost:5085` in your browser. The app should be up & running.
5640

57-
<br />
41+
<br />
5842

59-
## ✨ How to use it
43+
## Manual Build
6044

6145
> Download the code
6246
6347
```bash
64-
$ # Get the code
6548
$ git clone https://github.com/app-generator/jinja-soft-ui-dashboard.git
6649
$ cd jinja-soft-ui-dashboard
6750
```
@@ -135,7 +118,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`.
135118

136119
<br />
137120

138-
## ✨ Code-base structure
121+
## Codebase Structure
139122

140123
The project has a simple, intuitive structure presented bellow:
141124

0 commit comments

Comments
 (0)