A modern hospital management system with centralized database architecture designed to streamline patient care and medical workflows.
-
Centralized Patient Database 🏥
- Single source of truth for all patient information
- Instant access to medical history across departments
- Zero paperwork when transferring between doctors
- Real-time data synchronization
-
Core Functionalities
- Patient Registration & Profile Management
- Appointment Scheduling System
- Electronic Medical Records (EMR)
- Prescription Management
- Medical History Tracking
- Reporting & Analytics Dashboard
- Backend: Node.js/Express
- Frontend: React.js
- Database: Mongo DB
- Authentication: JWT Tokens
- API: RESTful Architecture
- React.js 19+ (for frontend)
- Mongo DB
- Node.js 14+ (for Backend)
- Express.js 4+ (for Backend)
Clone the repository to your local machine:
Navigate to the project directory:
- open folder directory
Install the dependencies for frontend:
- cd frontend
- npm i
Install the dependencies for backend:
- cd backend
- npm i
Start the frontend server:
- npm start / npm run dev
Start the backend server:
- nodemon
Open your browser and visit http://localhost:3000 to see the application running.