You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Seed project coded in Flask/Jinja on top of Atlantis Lite (free version) - Features:
3
+
Flask Sample project that provides an integration of SQLAlchemy ORM on top of a simple Flask Codebase. This project might help beginners to code a `real` project on top of Flask. For newcomers, Flask is a lightweight web application framework written in Python. By using a database in our project, we can have a persistent data layer that can be reused and updated according to application requirements.
4
4
5
5
<br />
6
6
7
-
- UI Kit: **[Atlantis Lite](https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark)** (Free Version) by **ThemeKita**
**Atlantis Lite** is a free bootstrap 4 admin dashboard that is beautifully and elegantly designed to display various metrics, numbers or data visualization. Atlantis Lite admin dashboard has 2 layouts, many plugins and UI components to help developers create dashboards quickly and effectively so they can save development time and also help users to make the right and fast decisions based on existing data.
19
+
-[Atlantis Lite Flask](https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark) - A full-featured Flask starter
20
+
-[Jinja Atlantis Dark - Demo](https://flask-atlantis-dark.appseed-srv1.com/) - LIVE Demo
25
21
26
22
<br />
27
23
28
-

24
+

Waitress (Gunicorn equivalent for Windows) is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones that live in the Python standard library.
165
-
166
-
> Install using pip
167
-
168
-
```bash
169
-
$ pip install waitress
170
-
```
171
-
> Start the app using [waitress-serve](https://docs.pylonsproject.org/projects/waitress/en/stable/runner.html)
172
-
173
-
```bash
174
-
$ waitress-serve --port=8001 run:app
175
-
Serving on http://localhost:8001
176
-
```
177
-
178
-
Visit `http://localhost:8001` in your browser. The app should be up & running.
179
-
180
-
<br />
181
-
182
136
## Credits & Links
183
137
184
138
-[Flask Framework](https://www.palletsprojects.com/p/flask/) - The official website
185
139
186
140
<br />
187
141
188
142
---
189
-
[Jinja Template](https://appseed.us/jinja-template)**[Atlantis Lite](https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark)** - Provided by **AppSeed**[Web App Generator](https://appseed.us/app-generator).
143
+
Flask Database Sample - Open-source sample provided by **AppSeed**[App Generator](https://appseed.us/app-generator).
0 commit comments