Skip to content

justinekizhak/python-fastapi-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python fastapi template

Created using Cookiecutter.

Usage

I have Cookiecutter already installed

cookiecutter gh:justinekizhak/python-fastapi-template

I don't have Cookiecutter and I don't want to keep it after I have used it

In this case we will be using pipx.

TLDR;

Pipx is a great tool and you should probably use it anyways

  1. Install pipx
pip install pipx

Know more about pipx.

  1. Run
pipx run cookiecutter gh:justinekizhak/python-fastapi-template

I don't mind Cookiecutter being installed

  1. Install cookiecutter

TLDR;

pipx install cookiecutter

Probably best to refer the cookiecutter docs.

  1. Follow these instructions I have Cookiecutter already installed