DropIt
October 10, 2018 ยท View on GitHub
DropIt is a File Uploader built with nodejs

: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:
- Rename
docker-compose.yml.exampletodocker-compose.yml - Rename
.env.exampleto.env - Fill in the missing details in
.envfile
Boot:
docker-compose up -d