In this project, a web will be created in which the file can be uploaded. That means you can upload the file you want on the web. Then you can completely delete the saved files or even download any file you want.
In this project, sqlite
is used to store data.
There is a folder named files
in which files are saved when the program is running.
The template
folder contains the html file that is for the front end of the project.
Its use is when you are a router and devices are connected to you. They can access the files when they enter your web address on their system. It is used for communication between files.
Clone the project
git clone https://github.com/ashkan0201/ShareIT_WEB.git
Go to the project directory
cd ShareIT_WEB
Install library
pip install flask
pip install glob2
pip install Werkzeug
or
pip install -r requirements.txt
Start the server
python3 app.py
If there is an error, let me know my email address or mobile number.