We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffcd22 commit e7aa8fdCopy full SHA for e7aa8fd
README.md
@@ -0,0 +1,25 @@
1
+# File Storage API
2
+This application allows you to store files in Dropbox-like manner
3
+
4
+## Features
5
+* User management and access control
6
+* Client authorization with OAuth 2.0
7
+* File and folder management
8
+* Custom file metadata
9
+* File sharing using temporary links
10
+* Trash can for deleted files and folders
11
+* Search using multiple parameters
12
+* Interactive API documentation
13
14
+## Built with
15
+* Spring Boot
16
+* Hibernate
17
+* Lombok
18
+* MapStruct
19
+* SpringFox
20
+* Auth0 Java JWT
21
+* Apache Tika
22
+* Passay
23
+* JUnit
24
+* Mockito
25
+* Maven
0 commit comments