File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
55Use login: ` admin ` and password: ` 123456 `
66
@@ -15,7 +15,7 @@ cd WebApi
1515dotnet 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
2121dotnet 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
You can’t perform that action at this time.
0 commit comments