TThis is s file transfer website, through which user can share files among different devices once at a time .
- 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
- 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