Hello Coders,
Material Dashboard is a free Material Bootstrap 4, crafted by Creative-Tim inspired by Google's Material Design. Material Dashboard was built over the popular Bootstrap 4 framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements. We decided to enhance this amazing product by coding on top a fully functional Flask application with authentication (login, register), database, ORM and live deploy.
If you are in a rush, check the live DEMO here and sources here. Happy coding!
How to use it
For complete build instructions, please access the Github repository and follow the steps described in the README file. The short version:
$ git clone https://github.com/app-generator/flask-material-dashboard.git
$ cd flask-material-dashboard
# install deps
$ pip install -r requirements.txt
$ python app.py # run the app
If all goes well, visit http://localhost:5000 in your favorite browser. You should see the following screen shots:
Flask Material Dashboard - Main page
Flask Material Dashboard - The profile page
Flask Material Dashboard - Notification Page
Related resources
- Flask Apps - index provided by AppSeed
- Flask Microframework - the official website
- FlaskPlay - a state of the art Flask Boilerplate
Useful? Sharing is caring. Thank you!