Skip to content

Commit 65459f4

Browse files
authored
Update README.md
1 parent 103a78a commit 65459f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Famous Quote Quiz
22
A quiz game for testing purposes.
33

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+
410
I created .NET Core API project with EF Core and added JWT Authentication for client applications.
511

612
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

Comments
 (0)