Skip to content

Commit 82fac3a

Browse files
committed
📝 quiz-service microservice done,screenshots added
1 parent bfb3415 commit 82fac3a

File tree

23 files changed

+37
-0
lines changed

23 files changed

+37
-0
lines changed

03.QuizApp Microservices/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Screenshots (Wait for 5-10 PNG screenshot files to load)
2+
3+
<img src="./Screenshots/ss18.PNG" alt="getAllQuestions by Ids for quiz Microservice" >
4+
<img src="./Screenshots/ss19.PNG" alt="getScore by Response Entity for quiz Microservice" >
5+
<img src="./Screenshots/ss20.PNG" alt="create new port for running 2 VM on port no 8080 and 8081, run->run configurations->arguments tab->-Dserver.port=8081" >
6+
<img src="./Screenshots/ss21.gif" alt="2 VM running on 8080 and 8081 but not on other ports like 8082" >
7+
<img src="./Screenshots/ss6.PNG" alt="update question using Delete request by passing id in params and new updated body of question" >
8+
<img src="./Screenshots/ss7.PNG" alt="Questions creation using exception handling done!" >
9+
<img src="./Screenshots/ss8.PNG" alt="Questions model in PostgreSQL database!" >
10+
<img src="./Screenshots/ss10.PNG" alt="quiz model created by @Model entity successfully!" >
11+
<img src="./Screenshots/ss11Working.PNG" alt="Quiz added successfully" >
12+
<img src="./Screenshots/ss12.PNG" alt="quiz added successfully in PostgreSQL!" >
13+
<img src="./Screenshots/ss13.PNG" alt="quiz_questions added successfully in PostgreSQL!" >
14+
<img src="./Screenshots/ss14.PNG" alt="get quiz done!" >
15+
<img src="./Screenshots/ss15.PNG" alt="submit quiz for calculating result done!" >
16+
<img src="./Screenshots/ss16.PNG" alt="incorrect response handled correctly!" >
17+
<img src="./Screenshots/ss17.PNG" alt="Accurate results done successfully!" >
18+
19+
# APIs
20+
21+
To get APIs in json format for Postman, go to folder /01.QuizApp/PostmanAPIExportedHere
22+
23+
# Resources
24+
25+
1. Spring Boot Project for Beginners - https://www.youtube.com/watch?v=vlz9ina4Usk
26+
27+
# Show your support
28+
29+
Give a star(⭐️) if this project helped you!
30+
31+
## Contributors 😎
32+
33+
<p align="center"> <a href="https://github.com/KedarKK1/SpringBoot-projects/graphs/contributors"> <img src="https://contrib.rocks/image?repo=KedarKK1/SpringBoot-projects" /> </a>
34+
</p>
35+
36+
<!-- <br/>
37+
Make sure to credit me in the Footer, if you do end up using it! -->
253 KB
Loading
216 KB
Loading
238 KB
Loading
240 KB
Loading
207 KB
Loading
207 KB
Loading
286 KB
Loading
265 KB
Loading
262 KB
Loading

0 commit comments

Comments
 (0)