This project is a prototype of Exam system.
It shows how works discovery server (Eureka), how exam service ask math
& history
services a data (questions).
- Eureka server : http://localhost:10761/
POST http://localhost:10100/exam
Body: JSON
{
"MATH": 3,
"HISTORY": 2
}
GET http://localhost:10111/api/questions?amount=3
GET http://localhost:10122/api/questions?amount=3