Flask Paper Kit

Open-Source Flask app enhanced with SQLite database, authentication, SQLAlchemy ORM and a beautiful UI - Paper Kit Design by Creative-Tim.

flask-paper-kit-intro

How to use it

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 

Support

LIVE support via Discord for Paid Plans.


Flask Paper Kit - Gif animated intro.


Links & Resources

GitHub