Dotsend
dotsend is a web application which helps you to upload your large files and share file via link
Features
- upload files
- share via link
- link will expire automatically within 24 hours
- email the link to anyone
Setup
- open terminal/cmd/powershell and paste commands one by one
- git clone [email protected]:Piyush816/Dotsend.git
- cd Dotsend
- pip install virtualenv (skip it if already installed)
- virtualenv env
- .\env\Scripts\activate
- pip install -r requirements.txt