The Doctor Appointment web application is developed on the MERN platform with keeping the needs of both doctors and their patients in mind. This app allows patients to schedule appointments at their convenience. Furthermore, the doctor can use this app to monitor patient appointments, manage patient information, and prescribe medication.
If you are an Linux user then you just have to run following scripts to start the server.
git clone https://github.com/Sshovon/Doctor-Appointment.git
Execute the scripts from the parent directory.
sh startBackend.sh
Now it's time for start the frontend server.
sh startFrontend.sh