Skip to content

CarlosAndreo/fastapi-minio

Repository files navigation

FastAPI MinIO

Contributors Forks Stargazers Issues License

fastapi-minio

Wiki

🧠 About

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.

🛠️ Stack

  • Python - Programming language.
  • FastAPI - Python framework for web applications to expose the API.
  • MinIO - Bucket to store data.

🚀 Getting Started Locally

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.

Contributors

About

FastAPI template with MinIO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published