GitHub - rehive/service-framework: A framework that can be used as a base to build service on Rehive

Rehive Logo

A framework that can be used as a base to build services on Rehive

Getting started

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 git@github.com: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.