There was an error while loading. Please reload this page.
1 parent f4a8ace commit d02d2a5Copy full SHA for d02d2a5
README.md
@@ -1,7 +1,11 @@
1
-# springboot-angular-upload-to-azure
2
-The sample showing the way to upload files to azure blob storage
+# Decription
+
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
8
-# spring boot app configuration
9
This paramateres should be set
10
11
``` yml
@@ -11,7 +15,7 @@ app:
15
key: <<your account pass>>
12
16
offsetHours: 24
13
17
```
14
-# testing
18
+# Running
19
20
1. Run "file-storage" application
21
2. Run "frontend"
0 commit comments