GitHunt
TH

ThalKod/DropIt

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

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

Languages

JavaScript72.3%CSS24.0%HTML3.6%Shell0.1%

Contributors

MIT License
Created June 5, 2018
Updated February 23, 2026
ThalKod/DropIt | GitHunt