This repository contains the backend server for managing a hospital's data using Node.js and Express. The server provides endpoints for handling various entities such as hospital data, appointments, doctors, inventory, medical tests, and patients.
- 1_hospitalData.js: Handles the hospital data management.
- appointments.js: Manages appointment-related functionalities.
- doctors.js: Contains routes and logic for managing doctor information.
- inventory.js: Manages the hospital's inventory.
- medicalTests.js: Handles information and actions related to medical tests.
- patients.js: Manages patient-related data and actions.
- README.md: This file.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd hospital-backend-server
- Install the dependencies:
npm install
- Start the server:
npm start
- The server will run on
http://localhost:3000
.
- /hospitalData: CRUD operations for hospital data.
- /appointments: CRUD operations for appointments.
- /doctors: CRUD operations for doctor information.
- /inventory: CRUD operations for inventory management.
- /medicalTests: CRUD operations for medical tests.
- /patients: CRUD operations for patient data.
This project is licensed under the PRATHAM BHATIA License.