Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

readme.md

File metadata and controls

18 lines (13 loc) · 1.05 KB

#Carboy

Carboy, a sister of the Alva ideablog, is a nanoblog application built using the Flask Python framework. Because who really needs another Tumblr?

It is highly customized, but was originally based on the basic flaskr tutorial, styled using Twitter's Bootstrap CSS framework.

What have I added?

  • Permalinks for each blog post
  • A model to collect beer recipes, in addition to narrative blog posts
  • A fully functional entry admin using Flask-Peewee
  • A secure auth system, with password hashing, using Flask-Peewee
  • Database persistence using PostgreSQL
  • Interaction with the database using the Peewee ORM instead of straight SQL
  • Easy hosting for the application on Heroku

The development of this application is ongoing, but you can see a live version deployed at http://carboy.tommeagher.com/

The current alpha version is 0.6.0.