/nameko-template

Template for creating microservices in python using nameko.

Primary LanguagePythonMIT LicenseMIT

Overview

Template for creating microservices in python using nameko.

Usage

Prerequisite:

To start new project:

cookiecutter gh:pythonjokeun/nameko-template

Anatomy

  • src/ contains the service logic.
  • test/ contains code used for unit testing using pytest.
  • config/ contains configuration files used to run the service.
  • .env contains environment variables during development.