A load balancing platform for medical services aimed at bringing order to the chaos caused by COVID-19
COVID-19 has been on a rampage all across the globe since the past 5 months. From less than a million cases in February, and currently having more than 10 million cases across the globe. This has caused widespread panic and disorder. This panic is interfaring with not only the functioning of already established medical structure but also allocation of resources which can cost someone's life.
With increasing reach of technology, relevant information can be extracted from concerned authorities. This information can be used in resource allocation to balance load on various authorities. Providing information can keep people informed about the current scenario and have a calming effect.
CareQuest aims to bring order to the chaos caused by COVID-19. To do so, CareQuest Services extracts information from its custom network of registered hospitals and government sources which is used in resource allocation and service recommendation with the aim of load balancing.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Step 1 : Download and Install NodeJS and NPM packages from nodejs.org, or just use the following commands in your terminal window :
sudo apt-get install nodejs
sudo apt-get install npm
Step 2 : Install the http-server package from npm. Use the following command in your command prompt or terminal window :
npm install -g http-server
Step 3 : Navigate to the project directory using the command line interface and use :
node app.js
Step 4 : Now, open your browser and navigate to http://localhost:31000/ to access the project.
You can find a running system to test at maps-bitsian.herokuapp.com/
Please read here for details on our code of conduct, and the process for submitting pull requests to us.
We use github for versioning. Versions will be made available as tags on this repository.
This project is licensed under the Apache 2 License - see the LICENSE file for details