Skip to content

Commit 88b01ba

Browse files
author
App Generator
committed
Release v1.0.2 - Bump UI Version
1 parent 36f190a commit 88b01ba

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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.2] 2021-12-14
4+
### Improvements
5+
6+
- Bump UI: Soft UI Dashboard PRO v1.0.5
7+
38
## [1.0.1] 2021-12-04
49
### Improvements
510

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# [Soft UI Dashboard PRO Flask](https://appseed.us/product/flask-soft-ui-dashboard-pro)
1+
# [Soft Dashboard PRO Flask](https://appseed.us/product/flask-soft-ui-dashboard-pro)
22

3-
**Flask Seed Project** provided by AppSeed on top of **Soft UI Dashboard PRO**, a modern Bootstrap 5 design from Creative-Tim. The project might help beginners to code simple presentation websites on top of the existing codebase OR migrate the `production-ready` UI to a legacy Python-based project compatible with **Jinja Template Engine**: *Flask*, *Django*, *Bottle* of *FastAPI*.
3+
Soft UI Dashboard is a premium **Bootstrap 5 Design** now available for download in Flask. Made of hundred of elements, designed blocks, and fully coded pages, **Soft UI Dashboard PRO** is ready to help you create stunning websites and web apps.
44

55
<br />
66

77
- `Up-to-date dependencies`: **Flask 2.0.1**
88
- [SCSS compilation](#recompile-css) via **Gulp**
99
- UI Kit: **[Soft UI Dashboard PRO](https://bit.ly/2RtSXVa)** (Free Version) by **Creative-Tim**
10-
- DBMS: SQLite, PostgreSQL (production)
11-
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
10+
- `DBMS`: SQLite, PostgreSQL (production)
11+
- `DB Tools`: SQLAlchemy ORM, Flask-Migrate (schema migrations)
1212
- Modular design with **Blueprints**
1313
- Session-Based authentication (via **flask_login**), Forms validation
14-
- Deployment scripts: Docker, Gunicorn / Nginx, HEROKU
14+
- `Deployment`: **Docker**, Gunicorn / Nginx, HEROKU
1515
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).
1616

1717
<br />
@@ -35,16 +35,14 @@ $ cd priv-flask-soft-ui-dashboard-pro
3535
> Start the app in Docker
3636
3737
```bash
38-
$ docker-compose pull # download dependencies
39-
$ docker-compose build # local set up
40-
$ docker-compose up -d # start the app
38+
$ docker-compose up --build
4139
```
4240

4341
Visit `http://localhost:85` in your browser. The app should be up & running.
4442

4543
<br />
4644

47-
![Soft UI Dashboard PR0 - Flask Seed Project.](https://user-images.githubusercontent.com/51070104/123518571-1f703400-d6af-11eb-8aab-cf1b9c5e2763.png)
45+
![Soft UI Dashboard PR0 - Flask Seed Project.](https://user-images.githubusercontent.com/51070104/145988181-d26c062f-0ff7-4236-af72-f26f29d47813.png)
4846

4947
<br />
5048

0 commit comments

Comments
 (0)