File Storage System is website that allows user to store their data online on cloud and can access it from anywhere. The main feature of file storage is it does not allow file duplication with the help of MD5 algorithm. If any duplicate file is detected it notifies the user about the duplicate file thereby saving storage space.
- Signup Screen:
- Login Screen:
- Upload Page (Uploaded):
- Upload Page (File already exists):
- Create a python virtual environment, and install the requirements using 'pip install -r requirements.txt'
- To query and view the data stored, Open a terminal in the File-Storage folder
from Filestorage import db
from Filestorage.models import User, File
- Create a folder named 'uploads' in the File-Storage directory
- Run
python run.py
- Copy the link in the output in your browser