Now-ui-dashboard / Designed by Creative-Tim - Coded by AppSeed.us
Enhanced Flask WebApp
-
Clone this repo
-
Database setup:
- name: appseed-flask (!!! create a new one !!!)
- user: appseed
- pass: appseed
-
Database provisioning:
- import SQL [devel/db_schema.sql] into 'appseed-flask' database
-
Start the application (using Python):
- python app.py
-
Start the application (using Flask):
- Set up the env:
- export FLASK_APP=app.py
- export FLASK_DEBUG=1
- type: flask run
- Set up the env:
-
Use the application:
- Open http://localhost:5000/ in your browser
-
Start the application in shell mode :
- Set up the env:
- export FLASK_APP=app.py
- export FLASK_DEBUG=1
- type: flask shell
- Set up the env:
- basic authentication [ login / logout / register ]
- ORM: SqlAchemy
- Templating: Jinja2
- Front End engine: jQuery
- in process : Page list managed in Flask Admin
- in process : Page list in template depending login status (connected / not connected) and pages information (order)
- not started : Enable/Disable Registration page
- not started : Proxy URL for Elastic Search
-
Backend:
- Backend enhancements (fork): [moccand]
- Backend enhancements (initial): AppSeed.us
- Backend: Flask
-
Theme:
- FREE License: Now UI Dashboard provided by Creative-Tim
Copyright (c) 2018 AppSeed | RoSoftware.ro
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.