Hello Coders!
This video explains how to generate and deploy a simple starter powered by Flask on top of Material Kit, a pixel-perfect design from Creative-Tim
. The source code generated during the demonstration can be found on GitHub (MIT license). Thank you!
🚀 App Generator - the
free tool
used to build the project
The video material includes the steps to Go LIVE on Render using an open-source deployer written in Python
. Here is the command that pushes the product into production:
$ python deployer.py flask https://github.com/app-generator/flask-deploy-on-render-mkit
In the above CMD, the deployer script is called with flask sub-command using the generated REPO as input.
The source code generated during the demonstration
app-generator / flask-deploy-on-render-mkit
Material Kit Flask - Generated Seed Project (Open-Source) | AppSeed
Open-Source
seed project generated by AppSeed in Flask Framework on top of Material Kit design. Designed for those who like bold elements and beautiful websites, Material Kit 2 is ready to help you create stunning websites and web apps. Material Kit 2
is built with over 60 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
- 👉 Flask Material Kit - product page
- 👉 Complete documentation -
Learn how to use and update the product
🚀 Generate Flask APP and Go LIVE ..fast - video presentation
Built with App Generator
- ✅
Up-to-date dependencies
- ✅ Database:
sqlite
- ✅
DB Tools
: SQLAlchemy ORM, Flask-Migrate (schema migrations) - ✅ Session-Based authentication (via flask_login), Forms validation
✨ Start the app in Docker
Step 1 - Download the code from the GH repository (using
GIT
)
$ # Get the
…Thanks for reading! For more resources, please access:
Top comments (2)
Nice design & tool.
🚀🚀