Skip to content
/ DropIt Public

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

License

Notifications You must be signed in to change notification settings

ThalKod/DropIt

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages