From 6115a29bc36d9f109d3bf4fb50d29d2c12e63e9c Mon Sep 17 00:00:00 2001 From: jioo Date: Wed, 12 Sep 2018 13:52:12 +0800 Subject: [PATCH] Updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cb4681b..7e4de5a 100644 --- a/readme.md +++ b/readme.md @@ -36,9 +36,10 @@ npm run dev ### Features ### * Fully separate Backend and Frontend +* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html) * Generic Repository Pattern +* Authentication based JWT Bearer w/ Identity Framework * Material design -* Authentication based on Identity Framework & JWT * Realtime update on employee logs ### Includes ### @@ -48,7 +49,6 @@ npm run dev * [AspNetCore.Identity](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity/) ASP.NET Core Identity is the membership system including membership, login, and user data. * [AutoMapper]() A convention-based object-object mapper. * [Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) Components for providing real-time bi-directional communication across the Web. - * [Vue.js](https://vuejs.org/) The Progressive JavaScript Framework. * [Vuetify](https://vuetifyjs.com/en/) Material design component framework for Vue.js. * [Vuex](https://vuex.vuejs.org/en/intro.html) State management pattern + library for Vue.js.