Skip to content

Commit e7aa8fd

Browse files
committed
Added README
1 parent bffcd22 commit e7aa8fd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)