Skip to content

ramprasadkillari/Secure-Personal-Cloud

Repository files navigation

A cloud storage of files

Users are provided with AES encrption of files.

Instructions for Web Client:

Run these commands inside the project directory:

	python manage.py makemigrations
	python manage.py migrate
	python manage.py runserver

Now open the url 127.0.0.1:8000 in your browser

Instructions for Linux Client:

Install the djagno's db-file storage :

	pip install django-database-storage

Install tabulate :

	pip install tabulate

Add the bash executable spc ( Found in Secure-Personal-Cloud/bin/ directory ) to your environment PATH variable and run:

	spc help

About

[Course Project, CS 251( 2018-1 ) - IIT Bombay] A secure Personal Cloud storage for files - Web Application( Django)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published