Skip to content

alok001/springbootrest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CORONA DATA REST API WORKING IN AWS

Runs on port 5200

Containerization

Troubleshooting

Please change the host and port as mentioned

GETTING COMPLETE LIST OF CORONA

http://localhost:5200/api/spring-rest/infinite-zero/corona/all

GETTING LIST OF SORTED CORONA DATA

http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totalconfirm/100 http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totalnewconfirm/100 http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totalrecover/100 http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totalnewrecover/100 http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totaldeath/100 http://localhost:5200/api/spring-rest/infinite-zero/corona/all/sort/totalnewdeath/100

last value is the limit

GETTING LIST OF CORONA DATA BASED ON COUNTRY NAME

http://localhost:5200/api/spring-rest/infinite-zero/corona/country/Spain http://localhost:5200/api/spring-rest/infinite-zero/corona/country/US

Error

http://tips.stevenchu.com/tech/aws-elastic-beanstalk-invalid-yaml-or-json-error-when-uploading-zip-file-from-mac-os/

$ zip -d nameofyourzipfile.zip __MACOSX/\*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages