{"id":19435452,"url":"https://github.com/anshumanpattnaik/covid19-full-stack-application","last_synced_at":"2025-04-06T03:09:52.885Z","repository":{"id":40671457,"uuid":"255422969","full_name":"anshumanpattnaik/covid19-full-stack-application","owner":"anshumanpattnaik","description":"Coronavirus - (COVID-19) Full Stack Application","archived":false,"fork":false,"pushed_at":"2023-03-04T01:26:38.000Z","size":2084,"stargazers_count":344,"open_issues_count":14,"forks_count":108,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T02:07:20.474Z","etag":null,"topics":["covid-19","covid19-data","cron-jobs","cronjob-scheduler","fullstack-development","fullstack-javascript","geojson","geojson-data","googlemaps","mapbox","mapbox-geocoding","nodejs","reactjs","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anshumanpattnaik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T19:29:52.000Z","updated_at":"2025-03-13T00:55:40.000Z","dependencies_parsed_at":"2024-12-31T14:47:26.878Z","dependency_job_id":null,"html_url":"https://github.com/anshumanpattnaik/covid19-full-stack-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anshumanpattnaik%2Fcovid19-full-stack-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anshumanpattnaik%2Fcovid19-full-stack-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anshumanpattnaik%2Fcovid19-full-stack-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anshumanpattnaik%2Fcovid19-full-stack-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anshumanpattnaik","download_url":"https://codeload.github.com/anshumanpattnaik/covid19-full-stack-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["covid-19","covid19-data","cron-jobs","cronjob-scheduler","fullstack-development","fullstack-javascript","geojson","geojson-data","googlemaps","mapbox","mapbox-geocoding","nodejs","reactjs","redux"],"created_at":"2024-11-10T15:06:29.990Z","updated_at":"2025-04-06T03:09:52.857Z","avatar_url":"https://github.com/anshumanpattnaik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coronavirus - (COVID-19) Full Stack Application\nThe idea behind this application is to displays the statistics of Coronavirus COVID-19 around the world and the data are being collected from [Johns Hopkins University Center for Systems Science and Engineering JHU CSSE](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data) and it updates the cases constantly on this website around the world. \n\n## Technical Overview\nThis is a full-stack application which runs react.js in front-end and node.js in the back-end and it parses the data from [JHU CSSE](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data) and stored in MongoDB database.\n\nAnd it uses Mapbox to populate the coordinates on the map using GeoJSON format.\n\n\u003cimg src=\"Screenshots/covid19.png\"/\u003e\n\n### MongoDB sample database import command\nAfter git clone import the dummy statistics into your local MongoDB database, which will help you to start the project.\n\n``````````````````````````\ngit clone https://github.com/anshumanpattnaik/covid19-full-stack-application.git\n\ncd covid19-full-stack-application\n\nmongod (Start MongoDB database)\n\nmongoimport --uri \"mongodb://127.0.0.1:27017/covid-19\" --collection covid_statistics --file dummy_statistics.json\n``````````````````````````\n\n### Server Installation\n``````````````````````````\ncd server \nnpm install\nnpm start\n``````````````````````````\nOpen [http://localhost:9000](http://localhost:9000) to view it in the browser.\n\n### Client Installation\n``````````````````````````\ncd client \nnpm install\nnpm start\n``````````````````````````\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### Change the constants values in Client app\n````````````````````````````````````````````````\nexport const BASE_URL = `http://YOUR_LOCAL_IP_ADDRESS:9000`;\nexport const MAPBOX_ACCESS_TOKEN = `YOUR_MAPBOX_API_TOKEN`;\n````````````````````````````````````````````````\n\n### MAPBOX Styles\nThese two below styles i have made public and it should work when you use your own MAPBOX_API_TOKEN\n````````````````````````````````````````````````\nmapbox://styles/hackbotone/ck8vtayrp0x5f1io3sakcmpnv\nmapbox://styles/hackbotone/ck8vt8vdj2fz91ilax6nwtins\n````````````````````````````````````````````````\n\n### Note\nIf you face any problem or have any suggestion on improving the code then feel free to raise an issue.\n\n### Youtube explanation\n[https://www.youtube.com/watch?v=dth5jfLDuus](https://www.youtube.com/watch?v=dth5jfLDuus)\n\n### Website Design \u0026 Developed by\n[Anshuman Pattnaik](https://www.linkedin.com/in/anshuman123/)\n\n### License\nThis project is licensed under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanshumanpattnaik%2Fcovid19-full-stack-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanshumanpattnaik%2Fcovid19-full-stack-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanshumanpattnaik%2Fcovid19-full-stack-application/lists"}