All Projects → ThalKod → Dropit

ThalKod / Dropit

Licence: mit
DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dropit

Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-74.93%)
Mutual labels:  file, file-upload, uploader
lolisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 181 (-50.68%)
Mutual labels:  file-upload, file-sharing, uploader
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-50.14%)
Mutual labels:  file, file-upload, uploader
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+79.02%)
Mutual labels:  file, file-upload, uploader
Pomf
Simple file uploading and sharing
Stars: ✭ 535 (+45.78%)
Mutual labels:  file-sharing, file, file-upload
Meteor-Files-Demos
Demos for ostrio:files package
Stars: ✭ 51 (-86.1%)
Mutual labels:  file-upload, file-sharing
IPS-BitTracker
Bit Torrent Tracker application for IPS 4.5x Community Suite
Stars: ✭ 18 (-95.1%)
Mutual labels:  file-upload, file-sharing
PiZilla
A lightweight, open-source file sharing web application for local networks.
Stars: ✭ 22 (-94.01%)
Mutual labels:  file-upload, file-sharing
uploadcare client
A flutter library for working with Uploadcare REST API. File uploads, media processing, and adaptive delivery for web and mobile.
Stars: ✭ 14 (-96.19%)
Mutual labels:  file-upload, uploader
ic-firebase-uploader
This component is a multi-file uploader for firebase
Stars: ✭ 21 (-94.28%)
Mutual labels:  file, uploader
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (-72.21%)
Mutual labels:  file-upload, file-sharing
Uguu
Simple lightweight temporary file hosting.
Stars: ✭ 359 (-2.18%)
Mutual labels:  file-sharing, file-upload
Vue File Upload
vue.js ,vue-loader 上传文件,vue-file-upload,vue上传文件组件
Stars: ✭ 317 (-13.62%)
Mutual labels:  file-upload, uploader
transfer-sh
Node.js CLI tool for easy file sharing using Transfer.sh
Stars: ✭ 24 (-93.46%)
Mutual labels:  file-sharing, file
filesharing
Files sharing application made in PHP
Stars: ✭ 52 (-85.83%)
Mutual labels:  file-upload, file-sharing
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (-82.29%)
Mutual labels:  file-upload, file-sharing
ShareX-CDN
Basic image, text & file uploader CDN for ShareX
Stars: ✭ 22 (-94.01%)
Mutual labels:  file, uploader
Void
Fast and elegant file hosting service.
Stars: ✭ 48 (-86.92%)
Mutual labels:  file-upload, file-sharing
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (-10.9%)
Mutual labels:  file-sharing, file-upload
React Dropzone Uploader
React file dropzone and uploader
Stars: ✭ 276 (-24.8%)
Mutual labels:  file-upload, uploader

DropIt

DropIt is a File Uploader built with nodejs

alt text

Demo

💾 Installation

# clone the repo
$ git clone https://github.com/ThalKod/DropIt.git

# install the node modules...
$ npm install

Usage

npm start

Working with your own DB ? modify config.js :

module.exports = {
    dbURL: process.env.DATABASEURL || "mongodb://localhost/dropit"
}

🐳 Docker Usage

Preparation:

  1. Rename docker-compose.yml.example to docker-compose.yml
  2. Rename .env.example to .env
  3. Fill in the missing details in .env file

Boot:

docker-compose up -d
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].