Beautiful Argon Dashboard design coded in Flask
- SQLite database
- Login, Register
- REST API node on top of Flask-RESTful
- Clone the repo
$ git clone https://github.com/app-generator/flask-argon-dashboard.git
$ cd flask-argon-dashboard
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Create the database, using Flask shell
$ flask shell
$ >>> from app import db
$ >>> db.create_all()
- Run the development server:
$ flask run
- See the running app by visiting http://localhost:5000 in your browser
- Flask Dashboard Argon - app info
- Product documentation
- Live DEMO
- Argon Dashboard - design
- Flask - official website
Made with ♥ by AppSeed