Open-Source Flask app enhanced with SQLite database, authentication, SQLAlchemy ORM and a beautiful UI - Paper Kit Design by Creative-Tim.
To use the app, please execute the commands:
$ # clone the repo
$ git clone https://github.com/app-generator/flask-paper-kit.git
$ cd flask-paper-kit
$ # install the dependencies
$ pip install -r requirements.txt
$ # create the database (using Flask shell)
$ flask shell
$ >>> from app import db
$ >>> db.create_all()
$ flask run
$ # App is running on http://localhost:5000
LIVE support via Discord for Paid Plans.
- Flask Paper Kit - live demo
- Paper Kit Design - the design provided by Creative-Tim
- Flask - offcial website
- A curated list with production-ready Flask Apps
Flask Paper Kit - provided by AppSeed