Skip to content

yssambare12/trustshare

Repository files navigation

TrustShare

A secure file sharing platform where users can upload and share files with others..

Links.

Features

  • User authentication and registration
  • Secure file upload
  • File sharing with other users
  • Auto-share functionality based on user detection
  • Secure file download
  • Modern and responsive UI

Tech Stack

  • React
  • Vite
  • Tailwind CSS

Run Locally

  1. Clone the repository

    git clone https://github.com/yssambare12/trustshare.git
    cd trustshare
  2. Install dependencies

    npm install
  3. Create a .env file in the root directory with:

    VITE_API_URL=your_backend_api_url
    

    For local development, use: VITE_API_URL=http://localhost:5000

  4. Start the development server

    npm run dev

    The app will run on http://localhost:5173

  5. Build for production

    npm run build

Prerequisites

Make sure the backend server is running. See the backend repository for setup instructions.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors