← Back to Home

CrowShare

1/15/2025

CrowShare

CrowShare

A secure, temporary file-sharing application built on AWS. Users can upload files and generate short-lived download links that expire after 24 hours.

Features

Architecture

Tech Stack

Quick Start

  1. Backend & Infrastructure (Terraform)

    cd infra
    terraform init
    terraform apply
  2. Frontend Setup

    cd frontend
    npm install
  3. Connect Frontend to Backend Update frontend/src/App.jsx with the API Gateway endpoint from Terraform output.

  4. Run Locally

    npm run dev