Skip to content

rmoorman/erlenmeyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlenmeyer

Flask boilerplate

Usage

  1. Get cookiecutter
$ pip install cookiecutter
# You should be using pipsi though ;)
$ pipsi install cookiecutter
  1. Initialize your app
$ cookiecutter git@github.com:SiliconValleyInsight/erlenmeyer.git
  1. Up
$ cd <app_name>
$ ./up.sh

Planned Features

  • User accounts with basic information
    • Login
      • OAuth2
        • Google
        • Facebook
        • Coursera
      • OAuth
        • Twitter
      • Password login
    • Profile page
  • Posts CMS
    • ACL
  • Database Migration
  • API
    • Token Authentication
    • ACL
  • Mailing

Note: Features should be modular (exist as modules that can be swapped in/out)

About

Flask Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published