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.
- Secure and anonymous file sharing
- Easy-to-use web interface
- Supports multiple file types
- Built with modern web technologies
- Docker support for easy deployment
To install and run ShadowShare on your local machine, follow these steps:
- Clone the repository to your local machine.
- Install Docker if you haven't already.
- Navigate to the root directory of the project.
- Run
docker-compose up
to start the application. - Navigate to http://localhost:3000 in your web browser.
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.
ShadowShare is released under the MIT License. See LICENSE
for more information.