abhineetraj1 / flask-cloud-drive

Online file storage and synchronization system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clouddrive (google drive clone)

  • File storage and synchronization system. Now store your files in cloud and access it anywhere through internet.
  • Made in python 3.x

Features:-

  • Set file upload limits
  • Set file size limit
  • Shows space available and space consumed
  • Stores user information and files (uploaded by user) in seperate folder
  • No database used for login/sign up
  • UI/UX is user friendly

Installation

  1. First install python3.6 in your respective system
  2. Download this source code

For macOS

Open terminal , execute the below code

pip3 install flask

For linux

Open terminal , execute the below code

sudo pip3 install flask

For windows

Open command prompt (search for this, you'll get it) , execute the below code

pip3 install flask

Execution

For macOS

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Linux

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Windows

  1. Download this source code and double click on file -> app.py .

  2. And then open web browser and go to -> http://127.0.0.1:5000

Languages and tools used:

bootstrap css3 flask html5 javascript python

Author

About

Online file storage and synchronization system

License:MIT License


Languages

Language:HTML 47.0%Language:Python 30.1%Language:CSS 18.1%Language:JavaScript 4.9%