This README provides instructions for testing the Hospital Management System API using Postman. The API includes functionalities for patients, doctors, appointments, and administrators.
- Download and install Postman.
- Open Postman.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/MahmoudKalekish/Hospital-Management-System-RESTful-API.git npm install npm start
- Method: POST
- Endpoint:
/users/register - Body:
{ "username": "Admin", "password": "admin123", "role": "admin" }
- Method: POST
- Endpoint:
/users/login - Body:
{ "username": "Admin", "password": "admin123", }

















