A cookiecutter template for a basic project layout (language agnostic).
To use, simply run:
cookiecutter https://github.com/vertical-knowledge/vkbase
The idea is to have your application provisioned/installed/configured with a SaltStack salt-minion
inside of a Docker container.
There are two ways to run your application:
- for tests (useful for CI tools such as Jenkins)
- for development (docker-compose allows an easy set up of microservices)