1818## Features
1919
2020- ** User Authentication** : Secure login/logout with role-based access.
21- - ** File Management** : Upload, preview, download, and delete files.
21+ - ** File Management** : Upload, preview, download, and delete files from the cloud .
2222- ** Responsive UI** : Fully responsive layout for desktop, tablet, and mobile.
23- - ** File Preview** : Preview images, videos, text files, and PDFs.
23+ - ** File Preview** : Preview images, videos, text files, and PDFs from the cloud .
2424- ** Admin Panel** : Admins can view and manage all uploaded files.
2525- ** Improved Performance** : Optimized backend and frontend for faster load times.
2626- ** Enhanced Overlay** : Redesigned, intuitive overlay for easier navigation.
5757 Go to the [ GitHub Releases page] ( https://github.com/verpxnter/springcloud/releases ) and download the latest ` .jar ` and ` install.sh ` .
5858
59592 . ** Run the install script** :
60- ``` bash
6160 ./install.sh
62- ```
6361
64623 . ** Access the dashboard** :
6563 Open your browser at:
66- ```
6764 http://YOUR_IP/springcloud/
68- ```
6965
70664 . ** Default credentials** :
7167 - ** Username** : ` sysadmin `
@@ -94,10 +90,8 @@ We welcome contributions!
9490
95911 . Fork the repository
96922 . Create a new branch for your feature or fix:
97- ```
98- feature/my-new-feature
93+ feature/my-new-feature
9994 bugfix/fix-issue
100- ```
101953 . Implement changes with tests
102964 . Submit a pull request to ` main ` with a detailed description
10397
@@ -110,9 +104,7 @@ We welcome contributions!
110104### Credit the Original Author
111105
112106If using or building on this project, please credit:
113- ``` markdown
114107Based on the [ SpringCloud Dashboard] ( https://github.com/verpxnter/springcloud ) by [ @verpxnter ] ( https://github.com/verpxnter )
115- ```
116108
117109---
118110
0 commit comments