Skip to content

gaulinmp/flask_mold

Repository files navigation

Flask Boilerplate

Empty Flask app with default User login working.

Quick Start

  1. Clone the repo, or run code similar to this gist.
  2. Install bower resources with: bower install, whichs puts them at baseapp/static/bower/.
  3. Add pages by:
    1. copying the controllers.user or pages.py from baseapp, then adding new blueprint to loading.
    2. Adding to pages.py in baseapp.controllers.

Run

In shell type: $ python run.py and open localhost:5000 in your browser.

Shell

In shell type: $ python shell.py to access all flask methods in a python instance.

Screenshot

Plain bootstrap white theme.

About

Boilerplate flask project with simple user authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published