audricsun / cookiecutter-fastapi

A Cookecutter template for fastapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Templates Series

This project will be part of my Kubernetes + Istio Practice as network test workloads.

Quick-Start

cd ${SOME DIR}
cookiecutter https://github.com/evinoca/cookiecutter-fastapi \
project=ms-fastapi-demo \
registry_name=evinoca \
--no-input

Variables

  1. project
  2. registry_name

Feats

This is a cookiecutter template for fast-api services which include

  1. [*] Fast-API
  2. Github Action Integration
  3. Docker integration(With Personal Github)
  4. Swagger Integration

About

A Cookecutter template for fastapi


Languages

Language:Makefile 35.4%Language:Dockerfile 33.7%Language:Python 30.9%