Skip to content

UI Dashboard - Designed by Creative-Tim.com - Coded by AppSeed.us in Flask

Notifications You must be signed in to change notification settings

moccand/now-ui-dashboard-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now-ui-dashboard / Designed by Creative-Tim - Coded by AppSeed.us

Enhanced Flask WebApp

Install & Set Up

  • 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
  • Use the application:

  • Start the application in shell mode :

    • Set up the env:
      • export FLASK_APP=app.py
      • export FLASK_DEBUG=1
    • type: flask shell

Additional Info

Features

  • basic authentication [ login / logout / register ]
  • ORM: SqlAchemy
  • Templating: Jinja2
  • Front End engine: jQuery

Additional Features (in dev)

  • 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

License MIT (for all components)

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.

About

UI Dashboard - Designed by Creative-Tim.com - Coded by AppSeed.us in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.8%
  • HTML 32.0%
  • JavaScript 4.5%
  • Python 3.7%