@@ -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 )
21
+ ## [ Demo] ( http://ideashareapp.azurewebsites.net ) { : target =" _ blank"}
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
@@ -38,7 +38,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
38
38
39
39
- ConnectionString
40
40
- JWT SecretKey
41
- - Email/SendGridAPIKey [ how to create SendGrid?] ( https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email )
41
+ - Email/SendGridAPIKey [ how to create SendGrid?] ( https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email ) { : target =" _ blank"}
42
42
43
43
### Code-first database migration
44
44
@@ -61,44 +61,44 @@ Run `ASPNETCORE_Environment=Development dotnet run` to build project.
61
61
62
62
### WebAPI documentation
63
63
64
- Online API documentation is located on [ /Swagger] ( http://ideashareapp.azurewebsites.net/swagger/ )
64
+ Online API documentation is located on [ /Swagger] ( http://ideashareapp.azurewebsites.net/swagger/ ) { : target =" _ blank"}
65
65
66
66
### Page navigation
67
67
68
68
- Home
69
- - Home (/)
69
+ - Home ../
70
70
- article list with infinite scrolling
71
71
- the most popular tags
72
72
- user leaderboard
73
- - Dependencies ( /dependencies)
73
+ - Dependencies .. /dependencies
74
74
- static page
75
75
- information about used frameworks and third party libraries
76
- - Contacts ( /contacts)
76
+ - Contacts .. /contacts
77
77
- static page
78
78
- Auth
79
- - SignIn ( /auth/signin)
79
+ - SignIn .. /auth/signin
80
80
- store JWT token in localStorage
81
81
- SignUp (/auth/signup)
82
82
- Email verification
83
83
- Idea
84
- - Add new ( /idea/new)
84
+ - Add new .. /idea/new
85
85
- Auth guard (redirects if user is not logged)
86
86
- edit list of tags
87
87
- article editor WYSIWYG
88
- - Details ( /idea/: id )
88
+ - Details .. /idea/: id
89
89
- like/dislike button
90
90
- raw html render
91
91
- favorite button
92
92
- edit/restore button
93
93
- comments section
94
- - Search ( /idea/search/: value )
94
+ - Search .. /idea/search/: value
95
95
- search by value in title and article
96
96
- Profile
97
- - User info ( /profile/: username )
97
+ - User info .. /profile/: username
98
98
- information about user
99
99
- list of favorited articles
100
100
- list of created articles
101
- - Settings ( /settings)
101
+ - Settings .. /settings
102
102
- edit avatar
103
103
- change username
104
104
@@ -121,4 +121,4 @@ Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsi
121
121
122
122
## License
123
123
124
- This project is licensed under the MIT License - see the [ LICENSE.md ] ( LICENSE.md ) file for details
124
+ This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details
0 commit comments