abhishektiwari / flask-api-template-for-kubernetes

Cookiecutter Flask API template for Kubernetes (K8S)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask API template for Kubernetes

A templates for building Python and Flask powered APIs running on top of Kubernetes.

When use this?

  • You want to use Python and Flask for building APIs
  • You want to use Postgres as a relational database
  • You want to use JWT token based API authentication

Install cookiecutter

pip install cookiecutter

On Mac,

brew install cookiecutter

Use this template

cookiecutter https://github.com/abhishektiwari/flask-api-template-for-kubernetes

About

Cookiecutter Flask API template for Kubernetes (K8S)


Languages

Language:Python 85.6%Language:Makefile 9.7%Language:Dockerfile 3.2%Language:Shell 1.5%