"MedHelp" is a web application designed to facilitate the booking of appointments with local doctors. The platform aims to streamline the process of scheduling medical appointments by providing users with easy access to available doctors and their appointment slots.
https://github.com/BRAVO23111/Medhelp-2
- React JS
- Tailwind CSS
- Flowbrite UI
- Recoil ( state Management)
- Node Js
- Express Js
- MongoDB
- Twillo ( for sms notification)
- Multer ( for image uploading)
Fork the Repo . Clone the repo and then make a new branch and Ship 🚀
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/BRAVO23111/Medhelp-2.gitUse the .env.example as reference to create your configuration file .env with your AWS Credentials
MONGODB_URI= {YOUR MONGODB URL,}
VITE_API_URL= http://localhost::3000How to start your project
cd Medhelp
npm InstallHere you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
https://github.com/BRAVO23111/Medhelp-2.gitgit checkout -b feature/NAME- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!
