SkillAgentSearch skills...

DropIt

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

Install / Use

/learn @ThalKod/DropIt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DropIt

<p align="center"> <img width="150" height="150" src="https://github.com/ThalKod/DropIt/blob/master/public/img/logo.png"> </br> DropIt is a File Uploader built with nodejs </p>

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

Related Skills

View on GitHub
GitHub Stars411
CategoryDevelopment
Updated1mo ago
Forks36

Languages

JavaScript

Security Score

100/100

Audited on Feb 23, 2026

No findings