|
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 |
2 | 2 |
|
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). |
12 | 4 |
|
| 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 | + |
13 | 8 | <br /> |
14 | 9 |
|
15 | 10 | > Features |
16 | 11 |
|
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` |
21 | 15 |
|
22 | 16 | <br /> |
23 | 17 |
|
24 | 18 |  |
25 | 19 |
|
26 | 20 | <br /> |
27 | 21 |
|
| 22 | +## Start with `Docker` |
28 | 23 |
|
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`) |
32 | 25 |
|
33 | 26 | ```bash |
34 | | -$ # Get the code |
35 | 27 | $ git clone https://github.com/app-generator/jinja-soft-ui-dashboard.git |
36 | 28 | $ cd jinja-soft-ui-dashboard |
37 | 29 | ``` |
38 | 30 |
|
39 | 31 | <br /> |
40 | 32 |
|
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` |
50 | 34 |
|
51 | 35 | ```bash |
52 | 36 | $ docker-compose up --build |
53 | 37 | ``` |
54 | 38 |
|
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. |
56 | 40 |
|
57 | | -<br /> |
| 41 | +<br /> |
58 | 42 |
|
59 | | -## ✨ How to use it |
| 43 | +## Manual Build |
60 | 44 |
|
61 | 45 | > Download the code |
62 | 46 |
|
63 | 47 | ```bash |
64 | | -$ # Get the code |
65 | 48 | $ git clone https://github.com/app-generator/jinja-soft-ui-dashboard.git |
66 | 49 | $ cd jinja-soft-ui-dashboard |
67 | 50 | ``` |
@@ -135,7 +118,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`. |
135 | 118 |
|
136 | 119 | <br /> |
137 | 120 |
|
138 | | -## ✨ Code-base structure |
| 121 | +## Codebase Structure |
139 | 122 |
|
140 | 123 | The project has a simple, intuitive structure presented bellow: |
141 | 124 |
|
|
0 commit comments