{"id":22266020,"url":"https://github.com/muhdhanish/carepulse_hcs","last_synced_at":"2026-02-06T00:01:16.806Z","repository":{"id":250453480,"uuid":"831241309","full_name":"MuhdHanish/carepulse_hcs","owner":"MuhdHanish","description":" CasePulse is a healthcare management system for seamless patient-staff interactions, built with Next.js, TypeScript, and Tailwind CSS, featuring appointment scheduling and SMS notifications.","archived":false,"fork":false,"pushed_at":"2024-08-06T11:34:12.000Z","size":4504,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T04:38:49.400Z","etag":null,"topics":["appointment","appointment-scheduling","appwrite","appwrite-auth","appwrite-database","appwrite-storage","messaging","nextjs","react-hook-form","shadcn-ui","tailwindcss","twilio","typescript","zod-validation"],"latest_commit_sha":null,"homepage":"https://carepulse-hcs.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhdHanish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-20T02:45:57.000Z","updated_at":"2024-10-25T13:43:12.000Z","dependencies_parsed_at":"2024-12-03T10:17:37.672Z","dependency_job_id":"7f1daa51-ad2c-4d7b-921b-b574cdd4b246","html_url":"https://github.com/MuhdHanish/carepulse_hcs","commit_stats":null,"previous_names":["muhdhanish/carepulse_hcs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhdHanish/carepulse_hcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhdHanish%2Fcarepulse_hcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhdHanish%2Fcarepulse_hcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhdHanish%2Fcarepulse_hcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhdHanish%2Fcarepulse_hcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhdHanish","download_url":"https://codeload.github.com/MuhdHanish/carepulse_hcs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhdHanish%2Fcarepulse_hcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29140049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:14:48.546Z","status":"ssl_error","status_checked_at":"2026-02-05T23:14:35.724Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appointment","appointment-scheduling","appwrite","appwrite-auth","appwrite-database","appwrite-storage","messaging","nextjs","react-hook-form","shadcn-ui","tailwindcss","twilio","typescript","zod-validation"],"created_at":"2024-12-03T10:17:29.797Z","updated_at":"2026-02-06T00:01:16.790Z","avatar_url":"https://github.com/MuhdHanish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CasePulse\n\n**CasePulse** is an advanced healthcare management system designed to streamline interactions between patients and medical staff. The system provides various features to manage appointments, handle user registrations, and monitor appointment statistics efficiently.\n\n## Features\n\n### User Management\n- **Create Account**: Allows users to create an account by entering basic details.\n- **Register**: Enables patients to register for appointments by providing basic and personal details, medical information, primary physician details, identification, verification, and content privacy settings.\n\n### Appointment Management\n- **New Appointment**: Schedule new appointments by specifying the doctor, date and time, reason, and additional notes.\n- **Admin Dashboard**: \n  - **Admin Authentication**: Admins can verify their access using a passkey.\n  - **Stats Cards**: View statistics with counts of pending, scheduled, and canceled appointments.\n  - **Appointments Table**: Manage appointments with various actions.\n  - **Schedule Appointment**: Admins can schedule appointments by selecting a doctor, adding notes, specifying reasons, and setting the date and time.\n  - **Cancel Appointment**: Admins can cancel appointments with reasons provided.\n\n### Notifications\n- **SMS Notifications**: When appointments are scheduled or canceled, an SMS notification is sent to the patient using Twilio's service. (Currently configured to send only to a specific number using Twilio’s free tier).\n\n### Error Tracking and Notifications\n- **Sentry**: Integrated with Sentry for error tracking and monitoring.\n- **Sonner**: Utilizes toast notifications for form submission success messages.\n\n## Tech Stack\n\n- **Frontend**: \n  - **Next.js**: Framework for server-rendered React applications.\n  - **TypeScript**: Typed JavaScript for enhanced code quality and maintainability.\n  - **Tailwind CSS**: Utility-first CSS framework for styling.\n  - **Shadcn**: Component library for UI elements.\n  - **React Hook Form**: Library for managing form state with Zod for validation.\n- **Backend**: \n  - **Appwrite**: Backend server for authentication, database, and file storage, including Appwrite Messaging for notifications.\n  - **Twilio**: SMS service for sending notifications.\n- **Error Tracking**: Sentry (for tracking and managing errors).\n- **Notifications**: Sonner (for toast notifications on form submit success).\n\n## Getting Started\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/MuhdHanish/carepulse_hcs.git\n   ```\n\n2. **Install Dependencies**:\n\n   Navigate to the project directory and install the dependencies:\n\n   ```bash\n   cd carepulse_hcs\n   npm install\n   ```\n\n3. **Set Up Environment Variables**:\n\n   Create a `.env` file in the root directory based on the `.env.example` file provided:\n\n   ```bash\n   cp .env.example .env\n   ```\n\n   Then, fill in the required environment variables with your actual values in the `.env` file.\n\n4. **Start the Application**:\n\n   Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n## Environment Variables\n\nEnsure all necessary variables are provided for the application to run correctly. The required variables can be found and set in the `.env.example` file. Copy this file to `.env` and fill in the appropriate values.\n\n## Feedback\n\nIf you have any feedback, please reach me at [muhammedhanish11@gmail.com](mailto:muhammedhanish11@gmail.com) or connect with me on [LinkedIn](https://www.linkedin.com/in/muhdhanish/).\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the project's coding standards and include relevant tests.\n\n## Support\n\nShow your support by 🌟 the project!!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhdhanish%2Fcarepulse_hcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhdhanish%2Fcarepulse_hcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhdhanish%2Fcarepulse_hcs/lists"}