- Efficient appointment booking: Users easily schedule doctor visits, saving time and streamlining hospital operations.
- Medicine purchase: Convenient online ordering ensures patients access prescribed medications hassle-free.
- Diagnostic test booking: Seamless scheduling and payment for tests enhance healthcare accessibility.
- Personalized care: Access to medical records and information fosters patient empowerment and informed decision-making.
Step 1: Fork the repository. You can fork the repository by clicking on the fork button on the right hand side below the profile.
Step 2: Clone your forked repository. Replace your username with your GitHub Username.
git clone "https://github.com/ManikantaSirangu/MEDI-HUB"
Step 3: After cloning the repository. Go to the repository.
cd medihub
Step 4: Run npm init -y. It will install all the packages and dependencies used in the project.
npm init -y
Step 5: Run npm install express. This will install express in your local repository.
npm install express
Step 6: Run node app.js from your terminal. This will start the project in your local machine 🖥️.
node app.js
Step 7: Go to localhost 3000 to.
http://localhost:3000/
Hurray 🥳, you successfully installed the project in your local machine 🎉.
🚨 To run the project you must have a MongoDB Atlas Database link
If you found the project interesting then please do give this project a star ⭐.
Made by Manikanta