Skip to content

EXAM-CLOUD System is aprotorype of Spring Cloud microservices system

Notifications You must be signed in to change notification settings

abn-dev-01/exam-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXAM-CLOUD prototype

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).

Alt text

Discovery services

Micro services:

1. MATH - mathematics service

2. History service

3. Discover - service discovering

4. physic (not implemented yet)


#help urls

eureka server

Alt text

POST exam example:

    POST http://localhost:10100/exam
    
    Body: JSON 
    {
        "MATH": 3,
        "HISTORY": 2
    }

GET MATH example:

    GET http://localhost:10111/api/questions?amount=3

GET HISTORY example:

    GET http://localhost:10122/api/questions?amount=3

About

EXAM-CLOUD System is aprotorype of Spring Cloud microservices system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages