Skip to content

tomasekg/flaskinni

 
 

Repository files navigation

|--------------------------------------------------------------------------|
|--------------------------Co/\/\p|_|T3R----$c13nc3------------------------|
|--------------------------------------------------------------------------| 
|     _________                    AAA                                     |
|    mmmmmmmmmmmm   _____         AAAAA                      @LancerTechGA |
|   mm    mm    mm  rrrrr        AA   AA                                   |
|   mm    mm    mm  rr          AAAAAAAAA                                  |
|   mm    mm    mm  rr   _._   AAA     AAA (and his much smarter students!)|
|--------------------------------------------------------------------------|
|--------------------------------------------------------------------------|

Flaskinni

This is meant to be an open-source template for Flask applications. Flask is an amazing framework because it 's so simple and minimal. It's a great way learn web development as you have to build all the scaffolding that Rails and other frameworks build for you. However, assembling the many helpful Flask modules can be a real chore. Flaskinni helps by bundling many of these resources. It's intended to serve as a starting point for students who have been studying Flask and are now ready to start a larger project.

Install

  1. Create a virtual environment and once activated, pip install -r requirements.txt
  2. Install postgresql on your machine, create a database (you can name it whatever you'd like but you'll need to enter the name into your private.py file). Note your admin account's username and password
  3. Create a private.py file as well as a .env file based off the examples in the documentation
  4. flask run

Credits

Example of combining Flask-Security and Flask-Admin by Steve Saporta - April 15, 2014 Bootstrap Bootstrap Template Flask

About

A starting Python-Flask web app template with accompanying guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.9%
  • Python 20.3%
  • CSS 15.8%
  • JavaScript 6.9%
  • Dockerfile 0.1%