DropIt is a File Uploader built with nodejs
# clone the repo
$ git clone https://github.com/ThalKod/DropIt.git
# install the node modules...
$ npm installnpm startmodule.exports = {
dbURL: process.env.DATABASEURL || "mongodb://localhost/dropit"
}Preparation:
- Rename
docker-compose.yml.exampletodocker-compose.yml - Rename
.env.exampleto.env - Fill in the missing details in
.envfile
Boot:
docker-compose up -d