Created on 20th December 2020
•
Finding contactless alternatives is the need of the hour in this COVID situation. Hospitals are the most visited and needed places right now. To avoid crowd in hospitals people generally prefers to visit clinics and private doctors. But due to poor management and appointment system, most of the times people end up in big crowd in these clinics just to get a number for their appointment and then waiting for their turn. This in turn waste their time and expose them to all sort of patients and diseases.
It provide a platform for doctors to get their patients online. Created a virtual queue of patients for a particular doctor. Avoiding restless wait at clinics and hospitals by having an estimated checkup time of a patient. Easy appointment of Doctor. Search of Doctors in your area via pin code. Easy for Doctors to handle patients.
As it was our first time working on a fullstack using MERN, the biggest issue we faced was to connect both frontend and backend in dev as well as prod environment. We solved this issue using concurrently package to run both servers simultaneously in development mode. And to do the same in backend we use proxy script for the production environment.