A framework that can be used as a base to build services on Rehive
Install cookiecutter. Further documentation for installation can be found here.
# Pip
pip install --user cookiecutter
# Homebrew (Mac OS X only):
brew install cookiecutter
# Debian/Ubuntu:
sudo apt-get install cookiecutter
Create your project using the cookie cutter template
# SSH
cookiecutter [email protected]:rehive/service-framework.git
# HTTPS
cookiecutter https://github.com/rehive/service-framework.git
Run through the command promts and fill in your project details. Follow the instructions in your newly cloned project for how to setup local development.