A simple and swift cloud cloud storage application. Upload your files, notes, credentials and access them anywhere!
Super Drive is a simple cloud drive application that can be deployed to a web server. Stores in user uploaded files, notes, and hashed credentials. It is still in development stage and needs to be worked upon.
- Simple File Storage: Upload/download/remove files
- Note Management: Add/update/remove text notes
- Password Management: Save, edit, and delete website credentials.
This project is open source and in continuous development mode. You are welcome to make it even bigger or better. Let's work together!
This is a web application and therefore needs to be hosted (either locally or in a site) ... For local hosting....
- Make sure you have java installed in your PC
- Clone the entire project into your pc
- Edit the POM.xml file to make changes to the java version mentioned as per your installed version
- Import the project in your favourite IDE as an Maven project(i use Eclipse)
- Make sure you have Spring Boot installed (Use the Eclipse Marketplace and install "Spring Tools 4" if you are using Eclipse as an IDE)
- Run the project as "Spring Boot Project"
- Open your favourite browser (You don't need to have an internet connection)
- Navigate to "localhost:8080/chat" (default Spring port)
- Enjoy!
Educational purpose.... Don't worry, just make it your own!
In development stage
@Udacity for the front end