Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 502 Bytes

Dotsend

A file sharing web app which allows you to share files. you can also set password to protect the file from strangers.

Checkout the website click here.

Key features

  1. Upload file upto 10mb.
  2. Set password to protect from strangers.
  3. Easy and simple UI.

How to setup

git clone https://github.com/devocoe/dotsend.git

yarn install or yarn

create .env file and add DATABASE_URL={url of mongodb}

yarn run dev

~Thank you😍