Skip to content

The Most Nobel Project to Save Lives by rendering Help to Someone

Notifications You must be signed in to change notification settings

anupama-sinha/covid-warrior-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID WARRIOR PROJECT

Create Resource

http://localhost:8080/test

Request Body

{
    "resourceType" : "AMBULANCE",
    "district" : "Kannur",
    "state" : "Kerala",
    "contactNumber" : "9842657094",
    "additionalInfo" : "Please call us anytime"
}

GET Resource

http://localhost:8080/test2

[
    {
        "id": 1,
        "resourceType": "COVID_CAB",
        "district": "Karur",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 2,
        "resourceType": "AMBULANCE",
        "district": "Karur",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 3,
        "resourceType": "AMBULANCE",
        "district": "Salem",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 4,
        "resourceType": "AMBULANCE",
        "district": "Kannur",
        "state": "Kerala",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    }
]

GET Resource with filters

http://localhost:8080/test2?st=Tamil_Nadu&rt=COVID_CAB&dt=Karur

[
    {
        "id": 1,
        "resourceType": "COVID_CAB",
        "district": "Karur",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 2,
        "resourceType": "AMBULANCE",
        "district": "Karur",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 3,
        "resourceType": "AMBULANCE",
        "district": "Salem",
        "state": "Tamil_Nadu",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    },
    {
        "id": 4,
        "resourceType": "AMBULANCE",
        "district": "Kannur",
        "state": "Kerala",
        "contactPerson": null,
        "contactNumber": "9842657094",
        "additionalInfo": "Please call us anytime"
    }
]

About

The Most Nobel Project to Save Lives by rendering Help to Someone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published