Giter Club home page Giter Club logo

cloudstoragemanager's Introduction

Multiple Cloud Storage Manager

Demo application for easy managing different Cloud servises from a single interface. Allows simultaneous work with different Cloud Drives the same way as if they are hard drives on the computer

Features:

  • Explore Cloud drives,
  • Upload, download, remove, rename files and folders
  • Copy and move files and folders between cloud drives
  • Uses OAuth2 protocol for authorization, so no need to enter password for each Cloud Storage

Supports Dropbox, Google Drive and Microsoft OneDrive

Interface

screenshot from 2019-02-25 11-45-04

Setup

  1. Install Java
  2. Install MySql
  • sudo apt install mysql-server
  • Set user and password:
$ sudo mysql
 
/*! CREATE USER/ROLE and a password */
mysql> CREATE USER 'userName'@'localhost' IDENTIFIED BY 'password';

/*! GRANT ALL PRIVILEGED to the user */.
mysql> GRANT ALL PRIVILEGES ON *.* TO 'userName'@'localhost';
  1. Install Maven: sudo apt install maven
  2. Obtain API keys for each Cloud Service:
  1. Clone repository git clone https://github.com/natlg/CloudStorageManager.git
  2. Create applications.properties file
cd CloudStorageManager
cp ./src/main/resources/application.properties.example ./src/main/resources/application.properties

Specify parameters:
temp.download.path and temp.upload.path - should be full paths
spring.datasource.url - url to DataBase (or use default)
spring.datasource.username - name of MySQL user created on step 2
spring.datasource.password - user password
Clouds keys - insert keys and secrets from step 4

  1. Run
    mvn spring-boot:run

  2. Visit http://localhost:8080/index.html

cloudstoragemanager's People

Contributors

jackton1 avatar natlg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jackton1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.