# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: FastAPI-Starter
spec:
    description: A minimal FastAPI project starter.
    icon: https://cdn.zeabur.com/git/python/fastapi.svg
    tags:
        - Starter
        - API
    readme: |-
        # FastAPI Starter

        ## What's [FastAPI](https://fastapi.tiangolo.com/)
        FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.
    services:
        - name: FastAPI
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 636909147
                branch: main
          domainKey: null
