ThalKod / DropIt

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

Home Page:http://dropit.thal.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://dropit.thal.tech/

License:MIT License


Languages

Language:JavaScript 72.3%Language:CSS 24.0%Language:HTML 3.6%Language:Shell 0.1%