Microcosm Service Cookie Cutter
Project template for a microcosm
-based service using Flask and SQLAlchemy with Postgres.
Usage
-
Install cookiecutter:
pip install cookiecutter
-
Change to an appropriate working directory.
-
Run cookiecutter against this repository:
cookiecutter https://github.com/globality-corp/cookiecutter-microcosm-service
-
Answer the questions. Be sure to provide an appropriate value for the
project_name
,repo_name
, andshort_description
. -
Change into the
{{ repo_name }}
directory and initialize a new git project from there:git init git add . git commit -m "Initial commit"