@@ -6,7 +6,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
6
6
1 . [ Demo] ( #demo )
7
7
2 . [ Getting Started] ( #getting-started )
8
8
- [ Prerequisites] ( #prerequisites )
9
- - [ Edit WebAPI config appsettings.json ] ( #edit-webapi-config-appsettings.json )
9
+ - [ Edit WebAPI config] ( #edit-webapi-config )
10
10
- [ Code-first database migration] ( #code-first-database-migration )
11
11
- [ Run project] ( #run-project )
12
12
3 . [ Functionality Overview] ( #functionality-overview )
@@ -18,7 +18,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
18
18
6 . [ Authors] ( #authors )
19
19
7 . [ License] ( #license )
20
20
21
- ## [ Demo] ( http://ideashareapp.azurewebsites.net ) { : target =" _ blank"}
21
+ ## [ Demo] ( http://ideashareapp.azurewebsites.net )
22
22
23
23
- SignUp email verification is limited to 100 emails per day due to free plan.
24
24
- Image uploading is restricted up to 500 KB
@@ -34,11 +34,13 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
34
34
- Angular CLI
35
35
- .NET Core Framework
36
36
37
- ### Edit WebAPI config [ appsettings.json ] ( WebApi/appsettings.json )
37
+ ### Edit WebAPI config
38
38
39
+ [ appsettings.json] ( WebApi/appsettings.json )
40
+
39
41
- ConnectionString
40
42
- JWT SecretKey
41
- - Email/SendGridAPIKey [ how to create SendGrid?] ( https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email ) { : target =" _ blank"}
43
+ - Email/SendGridAPIKey [ how to create SendGrid?] ( https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email )
42
44
43
45
### Code-first database migration
44
46
@@ -61,7 +63,7 @@ Run `ASPNETCORE_Environment=Development dotnet run` to build project.
61
63
62
64
### WebAPI documentation
63
65
64
- Online API documentation is located on [ /Swagger] ( http://ideashareapp.azurewebsites.net/swagger/ ) { : target =" _ blank"}
66
+ Online API documentation is located on [ /Swagger] ( http://ideashareapp.azurewebsites.net/swagger/ )
65
67
66
68
### Page navigation
67
69
0 commit comments