Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-m-i-t-a/cookiecutter-flask-mongodb

A Flask template for cookiecutter
https://github.com/s-m-i-t-a/cookiecutter-flask-mongodb

Last synced: 5 days ago
JSON representation

A Flask template for cookiecutter

Awesome Lists containing this project

README

        

cookiecutter-flask
==================

.. image:: https://requires.io/github/s-m-i-t-a/cookiecutter-flask-mongodb/requirements.svg?branch=master
:target: https://requires.io/github/s-m-i-t-a/cookiecutter-flask-mongodb/requirements/?branch=master
:alt: Requirements Status

A Flask template for cookiecutter_.

.. _cookiecutter: https://github.com/audreyr/cookiecutter

Features
--------

- Twitter Bootstrap 3 and starter templates
- flask-mongoengine - Object-Document-Mapper for working with MongoDB
- Procfile for deploying to a PaaS (e.g. Heroku)
- pytest for testing

Using this template
-------------------
::

$ pip install cookiecutter
$ cookiecutter https://github.com/s-m-i-t-a/cookiecutter-flask-mongodb.git

You will be asked about your basic info (name, project name, etc.). This info will be used in your new project.

License
-------
BSD licensed.