How To run app:
- clone repository using Git
- Try to run the application with visual studio 2019. Press run in visual studio (IISExpress)
- If exception encountered open QuizManager.Presentation -> appsetting.json file and change the connection string to your localhost connection string.
How to log in:
3 accounts are configured on application startup:
Restricted user:
- Username: restricted@user.com
- Password: TestUser1
View user:
- Username: view@user.com
- Password: TestUser1
Edit user:
- Username: edit@user.com
- Password: TestUser1