• Stars
    star
    398
  • Rank 108,325 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

DropIt


DropIt is a File Uploader built with nodejs

alt text

Demo

💾 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"
}

🐳 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

More Repositories

1

discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
JavaScript
148
star
2

react-native-music-player

🎵A working Now Playing screen with React Native to kickstart your Music Player project 🎵
JavaScript
28
star
3

node-2fa

User registration with two factor authentification with node, express, mongodb...
JavaScript
22
star
4

CryptoNews

Crypto News - Cryptocurency news feed SPA built with react js
JavaScript
12
star
5

react_video_sharing

Circle - A videos sharing React SPA powered by a Node RestFull API. Watch, Share, and Discover new videos. 😎
JavaScript
8
star
6

Tcoin

Tcoin is a simple POW cryptocurrency based on a custom Blockchain implementation, in Javascript
JavaScript
5
star
7

Sport_King

SportsKing, complete sports betting app with react native
JavaScript
4
star
8

Simple-RESTFull-Blog

This a simple version of a RestFull Blog, with user registration/Auth system...
JavaScript
4
star
9

Bitcointalk-Campaign

A campaign manager engine, using the Bitcointalk-api to manage list of campaign participant...
JavaScript
2
star
10

typescript_circle_api

Typescript version of the api of React Video Sharing
TypeScript
2
star
11

niko_frontend

Basic front end to interact with the Niko Smart Contracts on Ropsten
JavaScript
1
star
12

nodejs-todo-api

A nodejs todo API Backend
JavaScript
1
star
13

projet_validation

ProjetValidation
Python
1
star
14

react-native-youtube-play

A react native youtube like play screen to kick start your new project faster
JavaScript
1
star
15

niko_project

Niko is a deflationary token with a staking features built using ethereum smart contract
Solidity
1
star
16

kickstart

Crowfunding plateform using Ethereum Smart Contract, create and manage new campaigns...
JavaScript
1
star