This is a ready-to-use project template for building FastAPI applications with MinIO. It's designed to help you get started quickly with a clean architecture, pre-configured settings, and best practices for scalability and maintainability.
- Programming language.
- Python framework for web applications to expose the API.
- Bucket to store data.
Install Docker following the instructions for your operating system:
Clone the repository:
git clone https://github.com/CarlosAndreo/fastapi-minio.git
cd fastapi-minio
Build the Docker image:
docker compose build
Run the Docker container:
docker compose up -d
The application will be available at http://localhost:8000
.
The MinIO UI will be available at http://localhost:9000
.