π 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
Fast Drop | Home
Fast Drop | Upload
- β 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
- Backend: Node.js, Express.js, Mongoose, Multer
- Frontend: TailwindCSS
- Database: MongoDB
- File Storage: Local (Can be expanded to Cloud storage)
git clone https://github.com/yoni-tad/FastDrop.git
cd FastDropnpm installCreate a .env file in the root directory and add:
PORT=5000
MONGO_URI=your_mongodb_connection_stringnpm startThe server will run on http://localhost:5000/
FastDrop is open-source, and contributions are welcome! To contribute:
- Fork the repo π΄
- Create a new branch
- Make your changes
- Submit a Pull Request π
