@@ -36,7 +36,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
36
36
37
37
### Edit WebAPI config
38
38
39
- [ appsettings.json] ( WebApi/appsettings.json )
39
+ Settings are located in [ appsettings.json] ( WebApi/appsettings.json ) . Change ` insert_here ` to your own keys.
40
40
41
41
- ConnectionString
42
42
- JWT SecretKey
@@ -67,40 +67,40 @@ Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsi
67
67
68
68
### Page navigation
69
69
70
- - Home
71
- - Home ../
70
+ - ** Home**
71
+ - ** Home** ../
72
72
- article list with infinite scrolling
73
73
- the most popular tags
74
74
- user leaderboard
75
- - Dependencies ../dependencies
75
+ - ** Dependencies** ../dependencies
76
76
- static page
77
77
- information about used frameworks and third party libraries
78
- - Contacts ../contacts
78
+ - ** Contacts** ../contacts
79
79
- static page
80
- - Auth
81
- - SignIn ../auth/signin
80
+ - ** Auth**
81
+ - ** SignIn** ../auth/signin
82
82
- store JWT token in localStorage
83
- - SignUp (/auth/signup)
83
+ - ** SignUp** (/auth/signup)
84
84
- Email verification
85
- - Idea
86
- - Add new ../idea/new
85
+ - ** Idea**
86
+ - ** Add new** ../idea/new
87
87
- Auth guard (redirects if user is not logged)
88
88
- edit list of tags
89
89
- article editor WYSIWYG
90
- - Details ../idea/: id
90
+ - ** Details** ../idea/: id
91
91
- like/dislike button
92
92
- raw html render
93
93
- favorite button
94
94
- edit/restore button
95
95
- comments section
96
- - Search ../idea/search/: value
96
+ - ** Search** ../idea/search/: value
97
97
- search by value in title and article
98
- - Profile
99
- - User info ../profile/: username
98
+ - ** Profile**
99
+ - ** User info** ../profile/: username
100
100
- information about user
101
101
- list of favorited articles
102
102
- list of created articles
103
- - Settings ../settings
103
+ - ** Settings** ../settings
104
104
- edit avatar
105
105
- change username
106
106
0 commit comments