{"id":29436034,"url":"https://github.com/muhammadwaseemakram093/covid-19-full-stack","last_synced_at":"2026-05-07T01:33:48.612Z","repository":{"id":301165340,"uuid":"1008372984","full_name":"muhammadwaseemakram093/Covid-19-Full-Stack","owner":"muhammadwaseemakram093","description":"Coronavirus - (COVID-19) Full Stack Application","archived":false,"fork":false,"pushed_at":"2025-06-25T12:51:44.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T13:48:28.936Z","etag":null,"topics":["fullstack-development","googlemaps","nodejs","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/muhammadwaseemakram093.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,"zenodo":null}},"created_at":"2025-06-25T12:50:15.000Z","updated_at":"2025-06-25T12:52:36.000Z","dependencies_parsed_at":"2025-06-25T13:58:36.513Z","dependency_job_id":null,"html_url":"https://github.com/muhammadwaseemakram093/Covid-19-Full-Stack","commit_stats":null,"previous_names":["muhammadwaseemakram093/covid-19-full-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muhammadwaseemakram093/Covid-19-Full-Stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadwaseemakram093%2FCovid-19-Full-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadwaseemakram093%2FCovid-19-Full-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadwaseemakram093%2FCovid-19-Full-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadwaseemakram093%2FCovid-19-Full-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammadwaseemakram093","download_url":"https://codeload.github.com/muhammadwaseemakram093/Covid-19-Full-Stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadwaseemakram093%2FCovid-19-Full-Stack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265091732,"owners_count":23710032,"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":["fullstack-development","googlemaps","nodejs","redux"],"created_at":"2025-07-13T05:01:04.986Z","updated_at":"2026-05-07T01:33:48.572Z","avatar_url":"https://github.com/muhammadwaseemakram093.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coronavirus - (COVID-19) Full Stack Application\n\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\n\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\n\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\n```\ncd server\nnpm install\nnpm start\n```\n\nOpen [http://localhost:9000](http://localhost:9000) to view it in the browser.\n\n### Client Installation\n\n```\ncd client\nnpm install\nnpm start\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### Change the constants values in Client app\n\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\n\nThese two below styles i have made public and it should work when you use your own MAPBOX_API_TOKEN\n\n```\nmapbox://styles/hackbotone/ck8vtayrp0x5f1io3sakcmpnv\nmapbox://styles/hackbotone/ck8vt8vdj2fz91ilax6nwtins\n```\n\n### Note\n\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\n[https://www.youtube.com/watch?v=dth5jfLDuus](https://www.youtube.com/watch?v=dth5jfLDuus)\n\n### Website Design \u0026 Developed by\n\n[Anshuman Pattnaik](https://www.linkedin.com/in/anshuman123/)\n\n### License\n\nThis project is licensed under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadwaseemakram093%2Fcovid-19-full-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadwaseemakram093%2Fcovid-19-full-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadwaseemakram093%2Fcovid-19-full-stack/lists"}