Client Registration Application
git clone https://github.com/nikhilyedke1995/mobiliyaproject.git
DB name : test
Username : root
password :
cd mobiliyaproject
mvn spring-boot:run
1) register a candidate
POST : http://localhost:8080/candidate
Body :
{
"name":"Nikhil Yedke",
"qualification":"BE",
"experience":2,
"createdOn":"2019-11-28",
"skills":"Java",
"exams" : [
{
"position":"Software Engineer",
"examDate":"2019-11-12"
},
{
"position":"Software Engineer - 2",
"examDate":"2019-11-12"
}
]
}
2) TO get candidate information
GET : http://localhost:8080/candidate/{id}