file-transfer-website
file-transfer-website copied to clipboard
This is s file transfer website, through which user can share files among different devices once at a time
trafficstars
flask file transfer website
TThis is s file transfer website, through which user can share files among different devices once at a time .
Installation
- First install python3.6 in your respective system
- Download this source code
git clone https://github.com/abhineetraj1/file-transfer-website
- Install the required library
pip3 install flask
Execution
- Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
flask run -h localhost
- And then open web browser and navigate to localhost:5000