The Hospital Management System project includes user registration and store data in the system, as well as pharmacy and employee payroll information in MySQL database. Every doctor can receive a unique ID from the program, which also automatically stores their information as well as that of the staff. It has a search function so you can find the doctors. For frontend it has Ejs template.
just clone the project and run yarn to download all dependencies.
Then in the terminal type
nodemon server
node server
to run two different side.