partho-debnath / FileSharing

send file anywhere in the world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 46.7%Language:CSS 41.3%Language:Python 10.4%Language:HTML 1.6%