File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
3636

3737
### Edit WebAPI config
3838

39-
[appsettings.json](WebApi/appsettings.json)
39+
Settings are located in [appsettings.json](WebApi/appsettings.json). Change `insert_here` to your own keys.
4040

4141
- ConnectionString
4242
- JWT SecretKey
@@ -67,40 +67,40 @@ Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsi
6767

6868
### Page navigation
6969

70-
- Home
71-
- Home ../
70+
- **Home**
71+
- **Home** ../
7272
- article list with infinite scrolling
7373
- the most popular tags
7474
- user leaderboard
75-
- Dependencies ../dependencies
75+
- **Dependencies** ../dependencies
7676
- static page
7777
- information about used frameworks and third party libraries
78-
- Contacts ../contacts
78+
- **Contacts** ../contacts
7979
- static page
80-
- Auth
81-
- SignIn ../auth/signin
80+
- **Auth**
81+
- **SignIn** ../auth/signin
8282
- store JWT token in localStorage
83-
- SignUp (/auth/signup)
83+
- **SignUp** (/auth/signup)
8484
- Email verification
85-
- Idea
86-
- Add new ../idea/new
85+
- **Idea**
86+
- **Add new** ../idea/new
8787
- Auth guard (redirects if user is not logged)
8888
- edit list of tags
8989
- article editor WYSIWYG
90-
- Details ../idea/:id
90+
- **Details** ../idea/:id
9191
- like/dislike button
9292
- raw html render
9393
- favorite button
9494
- edit/restore button
9595
- comments section
96-
- Search ../idea/search/:value
96+
- **Search** ../idea/search/:value
9797
- search by value in title and article
98-
- Profile
99-
- User info ../profile/:username
98+
- **Profile**
99+
- **User info** ../profile/:username
100100
- information about user
101101
- list of favorited articles
102102
- list of created articles
103-
- Settings ../settings
103+
- **Settings** ../settings
104104
- edit avatar
105105
- change username
106106

0 commit comments

Comments
 (0)