|
1 | 1 | # Screenshots (Wait for 5-10 PNG screenshot files to load) |
2 | 2 |
|
3 | | -<img src="./QuizApp/Screenshots/ss1.PNG" alt="getAllQuestions" > |
4 | | -<img src="./QuizApp/Screenshots/ss2.PNG" alt="getAllQuestions By Category In Params" > |
5 | | -<img src="./QuizApp/Screenshots/ss3.PNG" alt="create new question using Post request" > |
6 | | -<img src="./QuizApp/Screenshots/ss4.PNG" alt="detetion of question using Delete request by passing id in params" > |
7 | | -<img src="./QuizApp/Screenshots/ss6.PNG" alt="update question using Delete request by passing id in params and new updated body of question" > |
8 | | -<img src="./QuizApp/Screenshots/ss7.PNG" alt="Questions creation using exception handling done!" > |
9 | | -<img src="./QuizApp/Screenshots/ss8.PNG" alt="Questions model in PostgreSQL database!" > |
10 | | -<img src="./QuizApp/Screenshots/ss10.PNG" alt="quiz model created by @Model entity successfully!" > |
11 | | -<img src="./QuizApp/Screenshots/ss11Working.PNG" alt="Quiz added successfully" > |
12 | | -<img src="./QuizApp/Screenshots/ss12.PNG" alt="quiz added successfully in PostgreSQL!" > |
13 | | -<img src="./QuizApp/Screenshots/ss13.PNG" alt="quiz_questions added successfully in PostgreSQL!" > |
14 | | -<img src="./QuizApp/Screenshots/ss14.PNG" alt="get quiz done!" > |
15 | | -<img src="./QuizApp/Screenshots/ss15.PNG" alt="submit quiz for calculating result done!" > |
16 | | -<img src="./QuizApp/Screenshots/ss16.PNG" alt="incorrect response handled correctly!" > |
17 | | -<img src="./QuizApp/Screenshots/ss17.PNG" alt="Accurate results done successfully!" > |
| 3 | +<img src="./01.QuizApp/Screenshots/ss1.PNG" alt="getAllQuestions" > |
| 4 | +<img src="./01.QuizApp/Screenshots/ss2.PNG" alt="getAllQuestions By Category In Params" > |
| 5 | +<img src="./01.QuizApp/Screenshots/ss3.PNG" alt="create new question using Post request" > |
| 6 | +<img src="./01.QuizApp/Screenshots/ss4.PNG" alt="detetion of question using Delete request by passing id in params" > |
| 7 | +<img src="./01.QuizApp/Screenshots/ss6.PNG" alt="update question using Delete request by passing id in params and new updated body of question" > |
| 8 | +<img src="./01.QuizApp/Screenshots/ss7.PNG" alt="Questions creation using exception handling done!" > |
| 9 | +<img src="./01.QuizApp/Screenshots/ss8.PNG" alt="Questions model in PostgreSQL database!" > |
| 10 | +<img src="./01.QuizApp/Screenshots/ss10.PNG" alt="quiz model created by @Model entity successfully!" > |
| 11 | +<img src="./01.QuizApp/Screenshots/ss11Working.PNG" alt="Quiz added successfully" > |
| 12 | +<img src="./01.QuizApp/Screenshots/ss12.PNG" alt="quiz added successfully in PostgreSQL!" > |
| 13 | +<img src="./01.QuizApp/Screenshots/ss13.PNG" alt="quiz_questions added successfully in PostgreSQL!" > |
| 14 | +<img src="./01.QuizApp/Screenshots/ss14.PNG" alt="get quiz done!" > |
| 15 | +<img src="./01.QuizApp/Screenshots/ss15.PNG" alt="submit quiz for calculating result done!" > |
| 16 | +<img src="./01.QuizApp/Screenshots/ss16.PNG" alt="incorrect response handled correctly!" > |
| 17 | +<img src="./01.QuizApp/Screenshots/ss17.PNG" alt="Accurate results done successfully!" > |
18 | 18 |
|
19 | 19 | # APIs |
20 | 20 |
|
21 | | -To get APIs in json format for Postman, go to folder /QuizApp/PostmanAPIExportedHere |
| 21 | +To get APIs in json format for Postman, go to folder /01.QuizApp/PostmanAPIExportedHere |
22 | 22 |
|
23 | 23 | # Resources |
24 | 24 |
|
|
0 commit comments