Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 790 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 790 Bytes

Blob Service

This project is a simple blob service developed using Ruby, Ruby on Rails, and Active Storage. The service allows users to upload and access files securely. Additionally, Swagger is integrated to provide API documentation for easy understanding and integration.

Features

  • Users can upload files and securely access them.
  • Files are stored using Active Storage for robust and scalable storage solutions.
  • Swagger is integrated to provide clear API documentation.

Technologies Used

  • Ruby: The programming language used for building the application.
  • Ruby on Rails: The web application framework used to streamline development.
  • Active Storage: A component of Ruby on Rails for handling file uploads and storage.
  • Swagger: A tool for documenting and testing APIs.