Added three endpoints:
/test/hello -> prints hello world --This is for testing purpose
/api/students -> display a list of students
/api/students/{studentId} -> display student based on id eg:1,2,3
Added exception handling too
URL: a link
Deployed on aws
Happy Coding :)