A modern full-stack healthcare management platform that streamlines key hospital services online.
View and order medicines
Book lab test appointments
Schedule checkups with doctors
Book surgeries with prescription upload
Admin panel for managing appointments and listings
To run the website app locally, follow these steps:
- Clone this repository:
git clone https://github.com/samarsajad/Hospital_Management_Website.git- Navigate to the "server":
cd server- Install dependencies:
npm install4.Create a .env file in the /server folder and add the following environment variables:
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret_keyNOTE: Use your own MongoDB URI. You can get it from MongoDB Atlas.
- Start the backend server:
node index.jsThe backend should now be running at https://hospital-management-website-1-vbg7.onrender.com
- Start the backend server: Open a new terminal and navigate to the "client" folder:
cd client- Install Dependencies:
npm install- Start the frontend server:
npm startThe server runs on http://localhost:3000
We appreciate any code contributions that enhance the functionality or improve the user experience of the website. To contribute code, follow these steps:
- Fork the repository to your GitHub account.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name. - Make your changes and ensure that the code follows the guidelines
- Test your changes locally to ensure they work as expected.
- Commit your changes with descriptive commit messages:
git commit -m "Add feature XYZ". - Push your changes to your forked repository:
git push origin feature-name. - Create a pull request against the
mainbranch of the original repository.
|
GSSOC 2025 |
| This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance the website. |
By contributing to this website, you agree to our [Code of Conduct](CODE_OF_CONDUCT.md) ). We expect everyone to foster an open, respectful, and welcoming environment.
This project is licensed under the MIT License.
