a1383n / shadowshare

"ShadowShare" - a secure and anonymous file sharing web application built with ASP.NET Core 6 and Next.js. Supports Docker for easy deployment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShadowShare

ShadowShare is a web application that allows users to securely and anonymously share files with others. The backend is built with ASP.NET Core 6, while the frontend is built with Next.js. The application also supports Docker for easy deployment.

Features

  • Secure and anonymous file sharing
  • Easy-to-use web interface
  • Supports multiple file types
  • Built with modern web technologies
  • Docker support for easy deployment

Installation

To install and run ShadowShare on your local machine, follow these steps:

  1. Clone the repository to your local machine.
  2. Install Docker if you haven't already.
  3. Navigate to the root directory of the project.
  4. Run docker-compose up to start the application.
  5. Navigate to http://localhost:3000 in your web browser.

Usage

To use ShadowShare, simply drag and drop a file into the upload area on the home page. Once the file has been uploaded, you will receive a unique URL that you can share with others. Anyone with the URL can download the file, but the file remains anonymous and secure.

License

ShadowShare is released under the MIT License. See LICENSE for more information.

About

"ShadowShare" - a secure and anonymous file sharing web application built with ASP.NET Core 6 and Next.js. Supports Docker for easy deployment.

License:MIT License


Languages

Language:TypeScript 78.5%Language:C# 19.2%Language:Dockerfile 1.7%Language:JavaScript 0.7%