DropIt
DropIt is a File Uploader built with nodejs
💾 Installation
# clone the repo
$ git clone https://github.com/ThalKod/DropIt.git
# install the requirements
$ 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:
- 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