Skip to content

File Storage System is website for data storage and duplication detection of files.

Notifications You must be signed in to change notification settings

PreetThakkar/File-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Storage

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.

  1. Signup Screen:

Signup

  1. Login Screen:

Login

  1. Upload Page (Uploaded):

Success

  1. Upload Page (File already exists):

Success

Setting up

  • 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

And you're good to go

About

File Storage System is website for data storage and duplication detection of files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published