Template for FastAPI
This repository provides a basic FastAPI template for serving a simple web service. The project is written in Python and includes a default structure for FastAPI applications, along with a test setup and a Makefile for development and running the project in Docker.
The project is containerized, making it easy to run in any environment where Docker is installed, ensuring consistency and portability.