Skip to content

denrytech/flask-argon-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful Argon Dashboard design coded in Flask


Flask Dashboard Argon


Features

  • SQLite database
  • Login, Register
  • REST API node on top of Flask-RESTful

Screenshot - generic page

Material Dashboard - coded in Flask

Quick Start

  1. Clone the repo
$ git clone https://github.com/app-generator/flask-argon-dashboard.git
$ cd flask-argon-dashboard
  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. Create the database, using Flask shell
$ flask shell
$ >>> from app import db
$ >>> db.create_all()
  1. Run the development server:
$ flask run
  1. See the running app by visiting http://localhost:5000 in your browser

Support

App Screenshots

Flask Dashboard Flask Dashboard

Resources


Made with ♥ by AppSeed

About

Flask Dashboard Argon - Argon Dashboard coded in Flask | AppSeed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published