Skip to content

OpenSourceLearningRepos/flask-dashboard-light-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source admin dashboard with Light Bootstrap design coded in Flask


Flask Dashboard


Build from sources

  1. Clone the repo
$ git clone https://github.com/app-generator/flask-dashboard-light-bootstrap.git
$ cd flask-dashboard-light-bootstrap
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python app.py
  1. Navigate to **http://localhost:5000](http://localhost:5000)

Features

  • SQLite database
  • Login, Register
  • Static Build python ./static.py. The static build goes to app/build directory
  • FTP Deploy script. Info: this require node.js and the edit of deploy.js to add FTP server credentials.

Support

For issues and features request, use Github or access the support page provided by AppSeed


App Screenshots

Flask Dashboard


Flask Dashboard


Resources



Flask Dashboard Light provided by AppSeed

About

Flask Dashboard Light - Open-Source Admin Panel | AppSeed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.0%
  • HTML 29.4%
  • JavaScript 6.5%
  • Python 2.1%