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
+6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Famous Quote Quiz
2
2
A quiz game for testing purposes.
3
3
4
+
## UPDATE:
5
+
In ClientApp I added:
6
+
- Authentication with user and password.
7
+
- Page /play, where game starts.
8
+
- Settings where you can change game mode and question count. On this page are quote management and user management pages (User achievements and reviews page is not finished yet).
9
+
4
10
I created .NET Core API project with EF Core and added JWT Authentication for client applications.
5
11
6
12
API project has dependencies of Brisk.Domain, where my models and entities are and Brisk.Application where I put Services and it's interfaces.
0 commit comments