{"id":15136769,"url":"https://github.com/lingeshnafeax/carepulse","last_synced_at":"2026-02-04T12:33:03.599Z","repository":{"id":249755106,"uuid":"832451256","full_name":"lingeshnafeax/CarePulse","owner":"lingeshnafeax","description":"Carepluse is a patient management system for hospitals and patients, featuring appointment scheduling, patient dashboards, and SMS notifications.","archived":false,"fork":false,"pushed_at":"2024-08-03T13:37:54.000Z","size":4353,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T07:02:02.695Z","etag":null,"topics":["appwrite","nextjs","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://care-pulse-mu.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lingeshnafeax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-23T03:58:59.000Z","updated_at":"2024-08-03T14:45:01.000Z","dependencies_parsed_at":"2024-07-23T06:29:59.265Z","dependency_job_id":"2df1998d-f403-4ce9-9d3e-f6ebf279b857","html_url":"https://github.com/lingeshnafeax/CarePulse","commit_stats":null,"previous_names":["lingeshnafeax/carepulse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lingeshnafeax/CarePulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingeshnafeax%2FCarePulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingeshnafeax%2FCarePulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingeshnafeax%2FCarePulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingeshnafeax%2FCarePulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lingeshnafeax","download_url":"https://codeload.github.com/lingeshnafeax/CarePulse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingeshnafeax%2FCarePulse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951976,"owners_count":23687993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appwrite","nextjs","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-09-26T06:41:13.196Z","updated_at":"2026-02-04T12:33:03.563Z","avatar_url":"https://github.com/lingeshnafeax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Carepluse - Patient Management System\n\nWelcome to **Carepluse**, a comprehensive patient management system designed to be used by hospitals and patients. Carepluse simplifies the process of managing patient information, scheduling appointments, and communicating effectively.\n\n## Features\n\n### For Patients:\n- **Registration and Login:** Patients can easily register and log in to their accounts.\n- **Dashboard:** Patients have their own dashboard to view and manage their information.\n- **Book Appointments:** Patients can book appointments with doctors.\n- **Appointment History:** Patients can view their past appointments and their statuses.\n- **Appointment Status:** Patients can check the status of their scheduled appointments.\n\n### For Admin:\n- **Admin Panel:** Admins can view all the appointments.\n- **Schedule Appointments:** Admins can schedule and manage patient appointments.\n- **Messaging Service:** Integration with Twilio to send SMS notifications when appointments are scheduled or cancelled.\n\n## Technologies Used\n\n![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=nextdotjs\u0026logoColor=white)\n![Appwrite](https://img.shields.io/badge/Appwrite-F02E65?style=for-the-badge\u0026logo=appwrite\u0026logoColor=white)\n![Tailwind CSS](https://img.shields.io/badge/TailwindCSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Twilio](https://img.shields.io/badge/Twilio-F22F46?style=for-the-badge\u0026logo=twilio\u0026logoColor=white)\n![Shadcn](https://img.shields.io/badge/Shadcn-000000?style=for-the-badge\u0026logo=shadcn\u0026logoColor=white)\n\n## Getting Started\n\n### Prerequisites\n- Node.js\n- npm or yarn\n- Appwrite setup\n- Twilio account\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/lingeshnafeax/carepluse.git\n    cd carepluse\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    # or\n    yarn install\n    ```\n\n3. Setup environment variables:\n    Create a `.env` file in the root directory and add your Appwrite and Twilio credentials.\n    ```plaintext\n    NEXT_PUBLIC_APPWRITE_ENDPOINT=\u003cYour Appwrite Endpoint\u003e\n    NEXT_PUBLIC_APPWRITE_PROJECT=\u003cYour Appwrite Project ID\u003e\n    NEXT_PUBLIC_APPWRITE_API_KEY=\u003cYour Appwrite API Key\u003e\n    TWILIO_ACCOUNT_SID=\u003cYour Twilio Account SID\u003e\n    TWILIO_AUTH_TOKEN=\u003cYour Twilio Auth Token\u003e\n    TWILIO_PHONE_NUMBER=\u003cYour Twilio Phone Number\u003e\n    ```\n\n4. Run the application:\n    ```bash\n    npm run dev\n    # or\n    yarn dev\n    ```\n\n5. Open your browser and navigate to `http://localhost:3000`.\n\n## Usage\n\n### Patient Dashboard\n- Register or log in to access your dashboard.\n- Book appointments by selecting the available slots.\n- View the history of your appointments and their statuses.\n\n### Admin Panel\n- Log in as an admin to access the admin panel.\n- View all the appointments scheduled.\n- Schedule new appointments or cancel existing ones.\n- Patients will receive SMS notifications when appointments are scheduled or cancelled.\n\n## Screenshots\n\n### Patient Dashboard\n![Patient Dashboard](https://github.com/user-attachments/assets/0708a045-0ef9-407d-bc4c-d5f409eaff9e)\n![Patient Appointment History](https://github.com/user-attachments/assets/e272d894-de43-4d44-97a3-3856c5cc72f6)\n\n\n### Admin Panel\n![Admin Panel](https://github.com/user-attachments/assets/08fc8223-3d30-45ad-badb-23fa395edc06)\n\n\n\n## Contributing\n\nWe welcome contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) before submitting a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any inquiries or support, please contact:\n- Email: [wlingesh260@gmail.com](mailto:wlingesh260@gmail.com)\n- LinkedIn: [Lingesh Patturaj](https://www.linkedin.com/in/lingeshpatturaj)\n\n---\n\nThank you for using Carepluse! Let's build a healthier future together.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingeshnafeax%2Fcarepulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flingeshnafeax%2Fcarepulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingeshnafeax%2Fcarepulse/lists"}