GithubHelp home page GithubHelp logo

phoenix-share's Introduction

Phoenix Share

This is a simple file sharing system built using Node.js and Express. It allows users to securely upload and share files with others. Please note that this system does not include encryption for the uploaded files.

Disclaimer

IMPORTANT: This file sharing system does not provide encryption for the uploaded files. It is meant for simple file sharing purposes and should not be used for sensitive or confidential data. The files uploaded to the system are stored on the server in their original format without encryption. Therefore, it is recommended to exercise caution when uploading and sharing files containing sensitive information.

Features

  • User authentication: Users can log in with their credentials to access the file sharing system.
  • File upload: Users can select and upload files from their devices.
  • File download: Uploaded files can be downloaded using unique download links.
  • QR code generation: Quick sharing and scanning of files through QR codes.
  • File deletion: Automatically deletes files from the server after a set period of time or when downloaded.

Prerequisites

Before running the system, ensure that you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory using the command line.
  3. Run npm install to install the required dependencies.
  4. Fill every details in config.json

Usage

  1. Run node index.js or npm start to start the server.
  2. Open your web browser and navigate to http://localhost:3000.
  3. Log in with your credentials.
  4. On the upload page, select the file you want to share and click the "Upload" button.
  5. Once the upload is successful, you will be provided with a download link and a QR code for sharing.
  6. Share the download link or QR code with others to allow them to download the file.
  7. The file will be automatically deleted from the server after a set period of time or when downloaded.

Customization

  • You can customize the upload limit by modifying the uploadLimit variable.
  • To change the server port, update the port number in config.json file.

License

MIT License

Feel free to customize and modify this file sharing system according to your needs. Contributions are welcome!

phoenix-share's People

Contributors

pheonix14 avatar

Stargazers

Sanket  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.