Tutorial
This tutorial will guide you through the process of creating a new FastAPI project using the cookiecutter-fastapi-project template.
Installing Task (optional)
You can optionally install Task to run the build tasks. This is a modern alternative to Makefile.
These tasks simplify the workflow when working with the FastAPI app. You can find the tasks in the Taskfile.yml file. They are also a great source of documentation for the project structure and the available commands.
Preparing the FastAPI app
To run the FastAPI app, you can use the following command:
task run