Cloud Storage Service is a web application which is writtten in python programming language and it provides storage service to its Users. It can stores files and media files for its User so only authenicate User can access files of user. Application interface provide some features like Login, Registeration, Upload, Download, View, deletion and Print. In this Cloud Application user can create accounts and login into thier account. In addition, User can Upload any file and media file in the account and also will be able to View it along with download and print options.Application was deployed on Amazon ec2 instance for testing and it provided very low latecy response. Afterthat, terminated the live state of application on amazon ec2 because of the less resources.
Use Clone Command To Install CHAT-ROOM:
$ git clone https://github.com/Rohan-Salwan/CloudStorage-Service.git
For Installing Dependencies:
$ pip install -r requirements.txt
For Starting Server Locally:
$ python3 manage.py runserver
For Help:
$ django-admin help
For Documents:
Word
docx
txt
For Media:
JPEG
PNG
GIF
BMP
Login
Sign Up
Home
Profile
Upload
Download
View
Logout
Edit
Firstly Activate Environment:
$ source Env/bin/activate
Secondly Install Dependencies:
$ pip install -r requirements.txt
Next Step:
Always Use Logger For Debugging Purposes