Skip to content

Commit 994704d

Browse files
committed
📝 readme.md changes
1 parent 171db96 commit 994704d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Screenshots (Wait for 5-10 PNG screenshot files to load)
22

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!" >
1818

1919
# APIs
2020

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
2222

2323
# Resources
2424

0 commit comments

Comments
 (0)