April 28, 2019

105 words 1 min read

ThalKod/DropIt

ThalKod/DropIt

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

repo name ThalKod/DropIt
repo link https://github.com/ThalKod/DropIt
homepage http://dropit.thal.tech/
language JavaScript
size (curr.) 13455 kB
stars (curr.) 359
created 2018-06-05
license MIT License

DropIt

alt text

Demo

:floppy_disk: 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"
}

:whale: 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
comments powered by Disqus