Skip to content

Commit 316babc

Browse files
Update README.md
1 parent a729f70 commit 316babc

File tree

1 file changed

+11
-83
lines changed

1 file changed

+11
-83
lines changed

README.md

Lines changed: 11 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# [Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/)
22

3-
`Open-Source` seed project generated by AppSeed in **Flask** Framework on top of **[Pixel Lite](https://appseed.us/generator/pixel-bootstrap/)** design. `Pixel` is a free and open-source `Bootstrap 5` based UI Kit featuring over 80 fully coded UI elements and example pages that will help you prototype and build a website for your next project.
3+
`Open-Source` seed project generated by AppSeed in **Flask** Framework on top of **[Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/)** design. `Pixel` is a free and open-source `Bootstrap 5` based UI Kit featuring over 80 fully coded UI elements and example pages that will help you prototype and build a website for your next project.
44

55
- 👉 [Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - product page
66
- 👉 [Flask Pixel Lite](https://flask-pixel-lite.appseed-srv1.com/) - LIVE Deployment
77
- 👉 [Complete documentation](https://docs.appseed.us/products/flask-apps/pixel-lite) - `Learn how to use and update the product`
8-
-[PRO Version Available](#pro-version) - `enhanced UI` and more `features`
98

109
<br />
1110

12-
> Built with [App Generator](https://appseed.us/generator), Timestamp: `2022-05-31 08:12`
11+
> 🚀 Built with [App Generator](https://appseed.us/generator), Timestamp: `2022-05-31 08:12`
1312
14-
- `Up-to-date dependencies`
15-
- Database: `sqlite`
16-
- `DB Tools`: SQLAlchemy ORM, Flask-Migrate (schema migrations)
17-
- Session-Based authentication (via **flask_login**), Forms validation
13+
-`Up-to-date dependencies`
14+
- ✅ Database: `sqlite`
15+
-`DB Tools`: SQLAlchemy ORM, Flask-Migrate (schema migrations)
16+
- ✅ Session-Based authentication (via **flask_login**), Forms validation
17+
-`Docker`
1818

1919
<br />
2020

2121
![Pixel Bootstrap Lite - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168753915-d61b2f97-57b2-4d14-a774-d217d120ff62.png)
2222

2323
<br />
2424

25-
## ✨ Start the app in Docker
25+
## ✨ Start the app in `Docker`
2626

27-
> **Step 1** - Download the code from the GH repository (using `GIT`)
27+
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
2828
2929
```bash
3030
$ git clone https://github.com/app-generator/flask-pixel.git
@@ -33,7 +33,7 @@ $ cd flask-pixel
3333

3434
<br />
3535

36-
> **Step 2** - Start the APP in `Docker`
36+
> 👉 **Step 2** - Start the APP in `Docker`
3737
3838
```bash
3939
$ docker-compose up --build
@@ -186,78 +186,6 @@ The project is coded using blueprints, app factory pattern, dual configuration p
186186

187187
<br />
188188

189-
## ✨ Deploy APP with HEROKU
190-
191-
> The set up
192-
193-
- [Create a FREE account](https://signup.heroku.com/) on Heroku platform
194-
- [Install the Heroku CLI](https://devcenter.heroku.com/articles/getting-started-with-python#set-up) that match your OS: Mac, Unix or Windows
195-
- Open a terminal window and authenticate via `heroku login` command
196-
- Clone the sources and push the project for LIVE deployment
197-
198-
<br />
199-
200-
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
201-
202-
```bash
203-
$ git clone https://github.com/app-generator/flask-pixel.git
204-
$ cd flask-pixel
205-
```
206-
207-
<br />
208-
209-
> 👉 **Step 2** - Connect to `HEROKU` using the console
210-
211-
```bash
212-
$ # This will open a browser window - click the login button (in browser)
213-
$ heroku login
214-
```
215-
<br />
216-
217-
> 👉 **Step 3** - Create the `HEROKU` project
218-
219-
```bash
220-
$ heroku create
221-
```
222-
223-
<br />
224-
225-
> 👉 **Step 4** - Access the HEROKU dashboard and update the environment variables. This step is mandatory because HEROKU ignores the `.env`.
226-
227-
- `DEBUG`=True
228-
- `FLASK_APP`=run.py
229-
- `ASSETS_ROOT`=/static/assets
230-
231-
![AppSeed - HEROKU Set UP](https://user-images.githubusercontent.com/51070104/171815176-c1ca7681-38cc-4edf-9ecc-45f93621573d.jpg)
232-
233-
<br />
234-
235-
> 👉 **Step 5** - Push Sources to `HEROKU`
236-
237-
```bash
238-
$ git push heroku HEAD:master
239-
```
240-
241-
<br />
242-
243-
> 👉 **Step 6** - Visit the app in the browser
244-
245-
```bash
246-
$ heroku open
247-
```
248-
249-
At this point, the APP should be up & running.
250-
251-
<br />
252-
253-
> 👉 **Step 7** (Optional) - Visualize `HEROKU` logs
254-
255-
```bash
256-
$ heroku logs --tail
257-
```
258-
259-
<br />
260-
261189
## PRO Version
262190

263191
> For more components, pages and priority on support, feel free to take a look at this amazing starter:
@@ -274,4 +202,4 @@ $ heroku logs --tail
274202
<br />
275203

276204
---
277-
[Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - Open-source starter generated by **[AppSeed Generator](https://appseed.us/generator/)**.
205+
[Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - Open-source starter generated by **[App Generator](https://appseed.us/generator/)**.

0 commit comments

Comments
 (0)