Live Demo - Open-Source Admin Dashboard with Black Dashboard design coded in Flask
- Clone the repo
$ git clone https://github.com/app-generator/flask-black-dashboard.git
$ cd flask-black-dashboard
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to http://localhost:5000
- SQLite database
- Login, Register
- Static Build
python ./static.py. The static build goes toapp/builddirectory - FTP Deploy script. Info: this
require node.jsand the edit ofdeploy.jsto add FTP server credentials.
- Flask Dashboard Black - app info
- Product documentation
- Live DEMO
- Related Blog Article
- Black Dashboard - design information (Creative-Tim)
- Flask - official website
Made with ♥ by AppSeed


