Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.82 KB

Secure Bird Logo

About | How It Works

Secure Bird Logo

Share your confidential information securely.

Overview

Secure Bird is a secure data-sharing system that enables you to share sensitive information instantly.

Features

  • 🔓 No Login Required
  • 🗃️ Supports Media (images, videos, etc.)
  • 🔐 Offers Various Types of Security Constraints:
    • 🔑 Password Protection
    • 📅 Expiration Date
    • 🔢 Visit Limits
  • 📧 Status Notifications Sent to the Owner via Email (when a reference email address is provided).

Requirements

Installation

  1. Clone the repository.
  2. Run composer install command
  3. Create .env file and copy contents of .env.example to it.
  4. Run php artisan key:generate command to generate application key.
  5. Setup required drivers.
  6. Build assets npm run build or npm run dev