Skip to content

govind2517/SpringProject

Repository files navigation

11-May-24 - HelloProject - with basic functionality

  • GET API - {baseUrl}/welcome
Hello World
  • GET API - {baseUrl}/users
[
    {
        "id": 1,
        "name": "Govind",
        "userType": "LEARNER"
    },
    {
        "id": 2,
        "name": "Satwik",
        "userType": "LEARNER"
    },
    {
        "id": 3,
        "name": "Dheeraj",
        "userType": "INSTRUCTOR"
    },
    {
        "id": 4,
        "name": "Utakarsh",
        "userType": "INSTRUCTOR"
    },
    {
        "id": 5,
        "name": "Kunal",
        "userType": "MENTOR"
    }
]
  • GET API - {baseUrl}/users/{id}
{
    "id": 5,
    "name": "Kunal",
    "userType": "MENTOR"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages