Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.56 KB

cookiecutter-server-boilerplate

======== Boilerplate for creating CI/CD enabled Server applications for VedaLabs. This primarily consists of bootstrapping your project with dockerfile & charts for kubernetes helm for deployment.

This cookiecutter is being used from CookieCutter

Introduction

This project takes care of the setup and configuration so you can focus on making your service awesome. Scaffolding a project takes seconds and it gives you the essentials of devops and container orchestration, like drone, helm, kubernetes integration to get started. This project aims to get out of your way, and to allow you easily and quickly create web services while providing a solid foundation for your service to mature in the future.

Features

Quick Start

Install cookiecutter:

pip install cookiecutter

Scaffold your project (from bitbucket):

cookiecutter gh:macherlabs/cookiecutter-server-boilerplate

server scaffolding

Contributing

Want a new feature or find a bug? Submit a Pull Request!