A simple Cloud Storage solution, implemented using Java Spring.
It includes three user-facing features:
- Simple File Storage: Upload/download/remove files
- Note Management: Add/update/remove text notes
- Password Management: Save, edit, and delete website credential.
Davide Nastri – d.nastri@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/ltpitt/java-spring-cloud-drive/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request