Skip to content

Commit e9a6ff6

Browse files
committed
Updated readme
1 parent de9110e commit e9a6ff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dotnet-Core-Attendance-System ##
22

3-
Attendance Web application using .NET Core 2.1 Web Api & Vue.js
3+
Attendance Web Application using .NET Core 2.1 (CQRS pattern) & Vue.js
44

55
Use login: `admin` and password: `123456`
66

@@ -15,7 +15,7 @@ cd WebApi
1515
dotnet restore
1616
1717
# Prepare user secret
18-
dotnet user-secrets set "AppSecret" "__YOU_SECRET_KEY__"
18+
dotnet user-secrets set "AppSecret" "__YOUR_SECRET_KEY__"
1919
2020
# Migrate database
2121
dotnet ef database update
@@ -35,10 +35,10 @@ npm run serve
3535

3636
### Features ###
3737

38-
* Fully separate Backend and Frontend
38+
* Fully separated Backend and Frontend
3939
* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html)
4040
* CQRS Pattern (Command Query Responsibility Segregation)
41-
* Authentication based JWT Bearer w/ Identity Framework
41+
* Authentication based on Identity Framework & JWT Bearer
4242
* Material design
4343
* Realtime update on employee logs
4444

0 commit comments

Comments
 (0)