Skip to content

Commit d02d2a5

Browse files
Update README.md
1 parent f4a8ace commit d02d2a5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# springboot-angular-upload-to-azure
2-
The sample showing the way to upload files to azure blob storage
1+
# Decription
2+
3+
The sample shows the way to upload files to azure blob storage from the frontend.
4+
The backend part is written on Java (Spring Boot 2.4.1)
5+
The frontend part is written on Angular v11
6+
7+
# App configuration
38

4-
# spring boot app configuration
59
This paramateres should be set
610

711
``` yml
@@ -11,7 +15,7 @@ app:
1115
key: <<your account pass>>
1216
offsetHours: 24
1317
```
14-
# testing
18+
# Running
1519
1620
1. Run "file-storage" application
1721
2. Run "frontend"

0 commit comments

Comments
 (0)