/pom

A Flask site for publishing and sharing poetry. View online at: https://flask-pom.herokuapp.com/

Primary LanguagePython

pom

A site for publishing and sharing poetry.

Backend: flask, gunicorn

Frontend: flask-bower, bootstrap

Online

Pom is hosted on heroku. Visit us at flask-pom.herokuapp.com.

Installing locally

$ git clone https://github.com/BenQuigley/pom.git
$ cd pom
$ virtualenv flask
$ source flask/bin/activate
$ pip install -r requirements.txt
$ python run.py

Contributing

Please feel free to add a bug or desired feature to the bug tracker, or to send a pull request.

Thanks

Pom would not be possible without the excellent documentation from Flask, Flask-Bootstrap, Miguel Grinberg's Flask Tutorial, and notes by Joshua Finnie about login management.