Skip to content

partho-debnath/FileSharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing Web Application

Send file anywhere in the world.

This webapp is for sending a file, anywhere in the World. Sender sends a file through this webapp which can be downloaded by the receiver with a PIN that will be generated by the server from anywhere in the World.


My App URL


Environment Setup (Windows)

Create Virtual Environment

python -m venv env

Activate Virtual Environment

env\Scripts\activate

Deactivate Virtual Environment

env\Scripts\deactivate.bat

Install Project Dependency

pip install -r requirements.txt

Collect Static Files

python manage.py collectstatic

Run Project

python manage.py runserver

Learn More ZIP archives

Learn More apscheduler

About

send file anywhere in the world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published