ltpitt / java-spring-cloud-drive

A Java Spring mini clone of Google Drive / Dropbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build CodeQL GitHub Issues Total Commits GitHub commit activity License Contributions welcome

A simple Cloud Storage solution, implemented using Java Spring.

Overview

It includes three user-facing features:

  1. Simple File Storage: Upload/download/remove files
  2. Note Management: Add/update/remove text notes
  3. Password Management: Save, edit, and delete website credential.

Meta

Davide Nastri – d.nastri@gmail.com

Distributed under the MIT license. See LICENSE for more information.

Java Spring Cloud Drive

Contributing

  1. Fork it (https://github.com/ltpitt/java-spring-cloud-drive/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A Java Spring mini clone of Google Drive / Dropbox

License:MIT License


Languages

Language:Java 70.4%Language:HTML 29.6%