https://github.com/fulfilio/cookiecutter-fulfil
Cookiecutter to create a fulfill app boilerplate
https://github.com/fulfilio/cookiecutter-fulfil
cookiecutter flask fulfil sqlalchemy
Last synced: over 1 year ago
JSON representation
Cookiecutter to create a fulfill app boilerplate
- Host: GitHub
- URL: https://github.com/fulfilio/cookiecutter-fulfil
- Owner: fulfilio
- Created: 2018-05-08T15:31:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T13:11:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T06:37:53.415Z (over 1 year ago)
- Topics: cookiecutter, flask, fulfil, sqlalchemy
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
cookiecutter-fulfil
==================
A Fulfil Flask template for cookiecutter_.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
You can use this to get a ready to use boilerplate to build a
Flask App that connects to Fulfil.
When to use the template
------------------------
* You need Fulfil Authentication to access the app
* You need a SQL backend (sqlalchemy is included)
Use it now
----------
::
$ pip install cookiecutter
$ cookiecutter git@github.com:fulfilio/cookiecutter-fulfil.git
You will be asked about your basic info (name, project name, app name, etc.).
This info will be used in your new project.
A folder with the app name will be created for you.
The script also creates a convenient env.sh file with all the environment
variables. This is gitignored so you don't accidentally check the file in
to source control.
To set the environment variables use::
cd project-folder/
source env.sh