Healthcare Management System is a comprehensive solution designed to streamline various healthcare-related tasks and information management. It provides an efficient and user-friendly interface for managing patient information, appointments, medical records, and other essential healthcare operations. This project leverages modern web technologies to deliver a robust and scalable application.
Frontend:
Backend:
Make sure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/salmannawaz921/Healthcare_Management_System.git
cd Healthcare_Management_System
Install frontend dependencies:
cd frontend
npm install
Install backend dependencies:
cd ../backend
npm install
Configure the database:
backend/db/dbConfig.js
with your SQL Server connection details.Environment variables for backend:
.env
file in the backend
directory.PORT=8080
USER_NAME=yourDatabaseUser
PASSWORD=yourDatabasePassword
DATABASE=yourDatabaseName
SERVER_NAME=yourDatabaseServer
AUTH_KEY=yourJWTSecret
Environment variables for frontend:
.env
file in the frontend
directory.VITE_API_URL="http://localhost:8080/api"
Start the frontend and backend servers:
cd frontend
npm run both
Access the application:
http://localhost:5173
.We welcome contributions to improve the Healthcare Management System. Please follow these steps to contribute:
git checkout -b feature/your-feature-name
).git commit -m 'Add some feature'
).git push origin feature/your-feature-name
).This project is licensed under the MIT License. See the LICENSE file for details.
I would like to thank Sir Syed Khaldoon for his valuable guidence throughout the project.
Feel free to reach out if you have any questions or need further assistance. Enjoy using the Healthcare Management System!