Salma Unity Care Hospital by KOSASIH is licensed under Creative Commons Attribution 4.0 International
Salma Unity Care Hospital is dedicated to providing accessible, high-quality healthcare services globally. Our mission is to promote health equity through innovative practices and compassionate care, ensuring every patient receives the attention they deserve. We aim to enhance community wellness and improve health outcomes through collaboration and advanced medical solutions.
Salma Unity Care Hospital is an innovative healthcare platform designed to provide high-quality, accessible medical services to communities worldwide. Our mission is to enhance health equity through advanced technology, compassionate care, and community engagement. This project leverages modern web technologies, microservices architecture, and best practices in software development to create a scalable and maintainable healthcare solution.
Clone the repository:
git clone https://github.com/Elmahrosa/salma-unity-care-hospital.git
cd salma-unity-care-hospital
Set up the backend:
Navigate to the backend directory:
cd backend
Install dependencies:
npm install
Create a .env
file in the backend
directory and configure your environment variables:
PORT=5000
MONGODB_URI=mongodb://localhost:27017/salma_hospital
JWT_SECRET=your_jwt_secret
Start the backend server:
npm run dev
Set up the frontend:
Navigate to the frontend directory:
cd ../frontend
Install dependencies:
npm install
Start the frontend application:
npm start
Access the application:
Open your browser and navigate to http://localhost:3000
to access the Salma Unity Care Hospital application.
To run backend tests:
cd backend
npm test
To run frontend tests:
cd ../frontend
npm test
To run the application using Docker, ensure you have Docker installed and follow these steps:
Build the Docker images:
docker-compose build
Run the application:
docker-compose up
Access the application:
Open your browser and navigate to http://localhost:3000
.
We welcome contributions to the Salma Unity Care Hospital project! Please follow these steps:
git checkout -b feature/YourFeature
).git commit -m 'Add some feature'
).git push origin feature/YourFeature
).This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact:
Thank you for your interest in the Salma Unity Care Hospital project!