The daily operations of hospitals entail a variety of tasks, such as scheduling appointments, managing doctor schedules, managing patient diagnoses, managing patient medical histories, etc. Hospitals deal with a large number of people on a daily basis.
The purpose of this project is to demonstrate how databases can make it simpler to manage the data needed for these jobs.
Technologies Used-
Frontend : React.js Backend : Express, Node.js Database : MySQL
Instructions to run:
1.Run "npm install" in frontend and backend directories.
2.Run "npm start" first in the backend and then in the frontend directory.
3.Access localhost:3000 from the browser.