It is hosted on heroku and starting url is https://covid--19-livetracker.herokuapp.com/
- /total_covid_cases_world/get_data -: Request type(GET) will give you all the data in json format.
- /total_covid_cases_india/get_data -: Request type(GET) will give you all the data in json format.
- /covid_data_world/get_data -: Request type(GET) will give you the data in json format.
- /covid_data_world/get_data_table -: Request type(GET) will give you the data in json format for world table
- /covid_data_world/get_data_map -: Request type(GET) will give you the data in json format for world map.
- /covid_data_world/get_data/Countryname -: Request type(GET), type the country name is capitalize format will give you the data of specific country in json format.
- /covid_data_india/get_data -: Request type(GET) will give you the data in json format.
- /covid_data_india/get_data_table -: Request type(GET) will give you the data in json format.
- /covid_data_india/get_data/Statename -: Request type(GET), type the state name is capitalize format will give you the data of specific state in json format.
- /predictedData/india -: Request type(GET) will give you the data in json format for India.
- /predictedData/world -: Request type(GET) will give you the data in json format for World.