You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,10 @@ npm run dev
36
36
### Features ###
37
37
38
38
* Fully separate Backend and Frontend
39
+
* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html)
39
40
* Generic Repository Pattern
41
+
* Authentication based JWT Bearer w/ Identity Framework
40
42
* Material design
41
-
* Authentication based on Identity Framework & JWT
42
43
* Realtime update on employee logs
43
44
44
45
### Includes ###
@@ -48,7 +49,6 @@ npm run dev
48
49
*[AspNetCore.Identity](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity/) ASP.NET Core Identity is the membership system including membership, login, and user data.
49
50
*[AutoMapper]() A convention-based object-object mapper.
50
51
*[Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) Components for providing real-time bi-directional communication across the Web.
51
-
52
52
*[Vue.js](https://vuejs.org/) The Progressive JavaScript Framework.
53
53
*[Vuetify](https://vuetifyjs.com/en/) Material design component framework for Vue.js.
54
54
*[Vuex](https://vuex.vuejs.org/en/intro.html) State management pattern + library for Vue.js.
0 commit comments