FastAPI Cookiecutter Template ============================= Introduction ------------ This projects consist of a `cookiecutter`_ template that generates a full structure for creating a RESTful API service project based on FastAPI following the MVC (Model-View-Controller) structure in the same way Django projects does. While using this project, you will be asked to provide some inputs such the authors, the name of the project, etc. As result you will obtain the complete file and folder structure to quickly start to code your project. Prerequisites ------------- It uses ``Python`` (>=3.7) behind the scenes. Please install the Python package `cookiecutter`_ before using it. .. _`cookiecutter`: https://github.com/cookiecutter/cookiecutter