Skip to content

yoni-tad/FastDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FastDrop - Instant File Sharing Without Signup

πŸš€ FastDrop is a simple, fast, and secure file-sharing service built with Node.js, Express, Mongoose, and Multer. It allows users to upload files and get a shareable download link without signing up. Files expire automatically after 24 hours to ensure privacy and save storage.

πŸ”— Live Demo: FastDrop

FastDrop Preview Fast Drop | Home FastDrop Preview Fast Drop | Upload

πŸš€ Features

  • βœ… Upload files without signup
  • βœ… Get a unique shareable link
  • βœ… Copy link with a single click
  • βœ… Auto-download when accessing the link
  • βœ… Files expire after 24 hours for security
  • βœ… Simple, clean TailwindCSS frontend

πŸ› οΈ Tech Stack

  • Backend: Node.js, Express.js, Mongoose, Multer
  • Frontend: TailwindCSS
  • Database: MongoDB
  • File Storage: Local (Can be expanded to Cloud storage)

πŸ“¦ Installation & Setup

1. Clone the Repository

git clone https://github.com/yoni-tad/FastDrop.git
cd FastDrop

2. Install Dependencies

npm install

3. Set Up Environment Variables

Create a .env file in the root directory and add:

PORT=5000
MONGO_URI=your_mongodb_connection_string

4. Run the Server

npm start

The server will run on http://localhost:5000/

Diagram

FastDrop Preview Fast Drop | Diagram

🀝 Contributing

FastDrop is open-source, and contributions are welcome! To contribute:

  • Fork the repo 🍴
  • Create a new branch
  • Make your changes
  • Submit a Pull Request πŸš€

About

πŸš€ FastDrop is a simple, fast, and secure file-sharing service built with Node.js, Express, Mongoose, and Multer. It allows users to upload files and get a shareable download link without signing up. Files expire automatically after 24 hours to ensure privacy and save storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors