|
|
@@ -10,20 +10,12 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of a modern `Boots
|
|
|
|
|
|
> 🚀 Built with [App Generator](https://appseed.us/generator/), timestamp: `2022-05-25 09:44`
|
|
|
|
|
|
-- `Up-to-date dependencies`, active versioning
|
|
|
-- [Black Dashboard](https://www.creative-tim.com/product/black-dashboard?AFFILIATE=128200) Design by `Creative-Tim`
|
|
|
-- `DB Tools`: SQLAlchemy ORM, `Flask-Migrate` (schema migrations)
|
|
|
-- `Persistence`:
|
|
|
- - `SQLite` for development - `DEBUG=True` in `.env`
|
|
|
- - `MySql` for production - `DEBUG=False` in `.env`
|
|
|
-- `Authentication`
|
|
|
- - Session Based (via **flask_login**)
|
|
|
- - `Social Login` (optional) for **Github**
|
|
|
-- `Deployment`
|
|
|
- - `Docker`
|
|
|
- - Page Compression via `Flask-Minify` (for production)
|
|
|
-- `Dark Mode` (enhancement)
|
|
|
- - Persistent via browser `local storage`
|
|
|
+- ✅ `Up-to-date dependencies`
|
|
|
+- ✅ [Black Dashboard](https://www.creative-tim.com/product/black-dashboard?AFFILIATE=128200) Design by `Creative-Tim`
|
|
|
+- ✅ `DB Tools`: SQLAlchemy ORM, `Flask-Migrate` (schema migrations)
|
|
|
+- ✅ `Persistence`: SQLite (dev), MySql (prod)
|
|
|
+- ✅`Authentication`: Session Based, `OAuth` via Github
|
|
|
+- ✅ `Deployment`: Docker, Page Compression (Flask-Minify)
|
|
|
|
|
|
<br />
|
|
|
|