Giter VIP home page Giter VIP logo

oes's Introduction

OES

Backend for Online Exam system. Api's:

  1. POST, url:'/login' Body:{userName,Password} Returns:{success or fail,token}
  2. POST, url:'/signup' Body:{firstName,lastName,email,password,birthdate,role,phoneNumber} Return:{success or fail,token}
  3. GET, url:'/logout/{token}' Return:{success or fail,token}
  4. POST, url:‘/createNewCourse/{token}’ Body:{courseName},Returns:{success or fail,null}
  5. POST url:‘/joinCourse/{token}’ Body:{courseId} Returns:{success or fail,null}
  6. GET url:‘/home/{token}' Returns:List[{courseId,courseName}]
  7. POST url:‘/sendMessage/{token}’ Body:{courseId,Message} Returns:{status,message}
  8. GET url:‘/getMessage/{token}/{courseId}/{numberOfMessage} Returns:List[ReturnMessage.class]
  9. POST url:‘/createQuestion/{token} {Question.class} Returns:{status,message} 10.GET url:‘/getAllQuestions/{token}’ Returns:List[Questions.class] 11.POST url:‘/createExam/{token}’ {ExamData.class} Returns:{status,message}
  10. GET url:‘/getNotifications/{token}/{courseId}/{numberOfNotification}’ Returns:List[Notification.class]
  11. PUT url:‘/markAsRead/{token}/{notificationId} Returns:{status,message}
  12. GET url:‘/getAllExam/{token}/{courseId}’ Returns: List[Exam.class]
  13. GET url:‘/getQuestionPaper/{token}/{examId} Returns: List[Question.class]
  14. POST url:‘/submitExamScript/{token}/{examId} Body:{AnswerScript.class} Returns {status,message}
  15. GET url:‘/getTotalMark/{token}/{examId} Returns:{Integer}
  16. GET url:‘/getResult/{token}/{examId} Returns:{Integer}
  17. Get url:‘/getAllResult/{token}/{examId} Returns:List[FrResult.class]
  18. Get url:‘/getSolution/{token}/{examId} Returns: List[Question.class]

oes's People

Contributors

neo11235 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.