Skip to content

Commit 6ae2307

Browse files
Update README.md
1 parent 7e149a9 commit 6ae2307

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# [Flask Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit)
22

3-
Open-Source **Flask** starter coded with basic modules, database, ORM, and deployment scripts on top of **Material Kit** (free version). For newcomers, Material Kit is a Free Bootstrap 4 UI Kit with a fresh, new design inspired by Google's material design. This simple Flask project can be used to code beautiful websites with a modern design.
3+
`Open-Source` seed project generated by AppSeed in **[Django](https://appseed.us/admin-dashboards/flask)** Framework on top of **[Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit)** design. Designed for those who like bold elements and beautiful websites, **Material Kit 2** is ready to help you create stunning websites and web apps. `Material Kit 2` is built with over 60 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
44

55
<br />
66

77
> Features:
88
9-
- Up-to-date [dependencies](./requirements.txt): **Flask 2.0.1**
9+
- `Up-to-date dependencies`: **Flask 2.0.1**
1010
- [SCSS compilation](#recompile-css) via **Gulp**
1111
- UI Kit: **Material Dashboard - v3.0.0** (Bootstrap 5 Version) by **Creative-Tim**
1212
- SQLite database, Flask-SQLAlchemy ORM
1313
- Session-Based auth flow (login, register)
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 />
1818

1919
> Links
2020
21-
- [Flask Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - product page
22-
- [Flask Material Kit](https://flask-material-kit.appseed-srv1.com) - LIVE Demo
21+
- 👉 [Flask Material Kit](https://appseed.us/apps/flask-apps/flask-material-kit) - product page
22+
- 👉 [Flask Material Kit](https://flask-material-kit.appseed-srv1.com) - LIVE Demo
2323

2424
<br />
2525

26-
## Quick Start in [Docker](https://www.docker.com/)
26+
## Quick Start in [Docker](https://www.docker.com/)
2727

2828
> Get the code
2929
@@ -46,7 +46,7 @@ Visit `http://localhost:85` in your browser. The app should be up & running.
4646

4747
<br />
4848

49-
## Build from sources
49+
## Build from sources
5050

5151
```bash
5252
$ # Clone the sources
@@ -86,7 +86,7 @@ $ # Access the app in browser: http://127.0.0.1:5000/
8686
8787
<br />
8888

89-
## Code-base structure
89+
## Code-base structure
9090

9191
The project has a super simple structure, represented as bellow:
9292

@@ -140,7 +140,7 @@ The project has a super simple structure, represented as bellow:
140140

141141
<br />
142142

143-
## Recompile CSS
143+
## Recompile CSS
144144

145145
To recompile SCSS files, follow this setup:
146146

@@ -183,7 +183,7 @@ The generated file is saved in `static/assets/css` directory.
183183

184184
<br />
185185

186-
## Deployment
186+
## Deployment
187187

188188
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Heroku](https://www.heroku.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
189189

@@ -264,7 +264,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
264264

265265
<br />
266266

267-
## Credits & Links
267+
## Credits & Links
268268

269269
- [Flask Framework](https://www.palletsprojects.com/p/flask/) - The official website
270270
- [Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**

0 commit comments

Comments
 (0)