MediManage is a comprehensive healthcare management system designed to streamline patient management with real-time notifications, easy application scheduling, and an intuitive admin dashboard. This project leverages modern web technologies to deliver a seamless experience for both patients and administrators.
Frontend:
Backend:
To get started with MediManage, follow these steps:
Clone the repository:
git clone https://github.com/your-username/MediManage.git
cd MediManage
Install dependencies:
npm install
Set up environment variables:
Create a .env.local
file in the root directory and add your environment variables:
NEXT_PUBLIC_APPWRITE_ENDPOINT=<Your Appwrite Endpoint>
NEXT_PUBLIC_APPWRITE_PROJECT=<Your Appwrite Project ID>
NEXT_PUBLIC_APPWRITE_COLLECTION=<Your Appwrite Collection ID>
NEXT_PUBLIC_TWILIO_ACCOUNT_SID=<Your Twilio Account SID>
NEXT_PUBLIC_TWILIO_AUTH_TOKEN=<Your Twilio Auth Token>
NEXT_PUBLIC_TWILIO_PHONE_NUMBER=<Your Twilio Phone Number>
NEXT_PUBLIC_SENTRY_DSN=<Your Sentry DSN>
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the application in action.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or fixes.
git checkout -b feature/your-feature
)git commit -m 'Add some feature'
)git push origin feature/your-feature
)For any inquiries or support, please contact [email protected].
Thank you for using MediManage! We hope it enhances your healthcare management experience.