Skip to content

Commit 6115a29

Browse files
committed
Updated readme
1 parent 8873d55 commit 6115a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ npm run dev
3636
### Features ###
3737

3838
* Fully separate Backend and Frontend
39+
* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html)
3940
* Generic Repository Pattern
41+
* Authentication based JWT Bearer w/ Identity Framework
4042
* Material design
41-
* Authentication based on Identity Framework & JWT
4243
* Realtime update on employee logs
4344

4445
### Includes ###
@@ -48,7 +49,6 @@ npm run dev
4849
* [AspNetCore.Identity](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity/) ASP.NET Core Identity is the membership system including membership, login, and user data.
4950
* [AutoMapper]() A convention-based object-object mapper.
5051
* [Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) Components for providing real-time bi-directional communication across the Web.
51-
5252
* [Vue.js](https://vuejs.org/) The Progressive JavaScript Framework.
5353
* [Vuetify](https://vuetifyjs.com/en/) Material design component framework for Vue.js.
5454
* [Vuex](https://vuex.vuejs.org/en/intro.html) State management pattern + library for Vue.js.

0 commit comments

Comments
 (0)