DropIt Save

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

Project README

DropIt

DropIt is a File Uploader built with nodejs

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
Open Source Agenda is not affiliated with "DropIt" Project. README Source: ThalKod/DropIt
Stars
401
Open Issues
6
Last Commit
5 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating