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
: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.example
todocker-compose.yml
- Rename
.env.example
to.env
- Fill in the missing details in
.env
file
Boot:
docker-compose up -d