Spring Cloud MicroServices AWS EKS Poc



  • About POC Inputs
    Services

    CourseService
    Create CourseController with below actions
    course/addCourse  ..save to Mysql DB   (Fields : CourseId,CouseName,Fee,CourseDuration,Start Date)
    course/listCourses ..get from db
    CourseAdminLogin Authenticated with Oauth,

    StudentService
    StudentLogin Authenticated with Oauth,
    student/listCourses (Get available courses by calling  Course Controller), place action to enrol courses
    student/enrolCourses /(course enrolments will be added to redis a publisher service)

    EnrolmentService
    get all enrolments from redis AddtoDb (subscriber servi


Ask A Question