• Stars
    star
    453
  • Rank 96,573 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cookiecutter template for FastAPI projects using: Machine Learning, Poetry, Github Actions and Pytests

cookiecutter-fastapi

In order to create a template to FastAPI projects. πŸš€

Important

To use this project you don't need fork it. Just run cookiecutter CLI and voilΓ !

Cookiecutter

Cookiecutter is a CLI tool (Command Line Interface) to create an application boilerplate from a template. It uses a templating system β€” Jinja2 β€” to replace or customize folder and file names, as well as file content.

How can I install?

pip install cookiecutter

How can I generate a FastAPI project?

cookiecutter gh:arthurhenrique/cookiecutter-fastapi

Hands On

Example