{"id":15136679,"url":"https://github.com/charlespalmerbf/axon-care-react","last_synced_at":"2026-03-06T07:02:32.143Z","repository":{"id":254409354,"uuid":"846438182","full_name":"charlespalmerbf/axon-care-react","owner":"charlespalmerbf","description":"Axon-Care is a modern healthcare management application that allows patients to easily register and request appointments.","archived":false,"fork":false,"pushed_at":"2024-08-27T11:35:44.000Z","size":4633,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-23T11:41:02.181Z","etag":null,"topics":["appwrite","nextjs","reactjs","sentry","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/charlespalmerbf.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-08-23T07:56:03.000Z","updated_at":"2024-08-27T11:35:46.000Z","dependencies_parsed_at":"2024-09-26T06:42:13.263Z","dependency_job_id":null,"html_url":"https://github.com/charlespalmerbf/axon-care-react","commit_stats":{"total_commits":69,"total_committers":2,"mean_commits":34.5,"dds":0.02898550724637683,"last_synced_commit":"7a4cde7458c96f9831cf145d2146793d33903028"},"previous_names":["charlespalmerbf/axon-care-react"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/charlespalmerbf/axon-care-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlespalmerbf%2Faxon-care-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlespalmerbf%2Faxon-care-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlespalmerbf%2Faxon-care-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlespalmerbf%2Faxon-care-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlespalmerbf","download_url":"https://codeload.github.com/charlespalmerbf/axon-care-react/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlespalmerbf%2Faxon-care-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"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":["appwrite","nextjs","reactjs","sentry","tailwindcss","typescript"],"created_at":"2024-09-26T06:40:29.052Z","updated_at":"2026-03-06T07:02:32.101Z","avatar_url":"https://github.com/charlespalmerbf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axon-Care\n\nAxon-Care is a modern healthcare management application that allows patients to easily register and request appointments, while giving administrators the ability to manage these appointments by scheduling or canceling them. The application is built with a focus on simplicity, efficiency, and scalability, using the latest technologies to ensure a seamless user experience.\n\n## Features\n\n- **Patient Registration:** Patients can easily create an account by providing their basic details.\n- **Appointment Requests:** Registered patients can request appointments with their preferred healthcare provider.\n- **Admin Dashboard:** Admins have access to a dashboard where they can view all appointment requests, and either schedule or cancel them.\n- **Real-time Updates:** Patients receive real-time updates on the status of their appointment requests.\n- **Error Monitoring:** Integrated with Sentry for comprehensive error monitoring and logging.\n\n## Technologies Used\n\n### Frontend\n\n- **Next.js** - A powerful React framework for building server-side rendered (SSR) and static web applications.\n- **TypeScript** - A typed superset of JavaScript that enhances code quality and maintainability.\n- **Tailwind CSS** - A utility-first CSS framework for creating responsive and modern user interfaces.\n\n### Backend\n\n- **Appwrite** - A secure and scalable backend server for web, mobile, and flutter applications that provides authentication, database, file storage, and more.\n\n### Monitoring\n\n- **Sentry** - A robust error tracking and monitoring tool that helps you identify and fix issues in real time.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your local development environment:\n\n- Node.js (v16 or later)\n- npm or yarn\n- Appwrite Server (You can set up a local instance or use a cloud version)\n- Sentry Account (For error monitoring)\n\n### Installation\n\n1.  **Clone the repository**\n\n    `git clone https://github.com/charlespalmerbf/axon-care-react.git`\n\n2.  **Install dependencies**\n\n    Using npm:\n\n    `npm install`\n\n    Or using yarn:\n\n    `yarn install`\n\n3.  **Set up Appwrite backend**\n\n    - Follow the Appwrite installation guide to set up your Appwrite server.\n    - Create a new project in Appwrite and note the project ID.\n    - Set up the necessary collections (e.g., Users, Appointments) as per the application's requirements.\n\n4.  **Configure Sentry**\n\n    - Sign up for a Sentry account and create a new project.\n    - Get your DSN (Data Source Name) from Sentry and add it to your environment variables.\n\n### Environment Variables\n\nCreate a `.env.local` file in the root of the project and add the following environment variables:\n\n```\nPROJECT_ID=\u003cYour Appwrite Project ID\u003e\nAPI_KEY=\u003cYour Appwrite API Key\u003e\nDATABASE_ID=\u003cYour Appwrite Database ID\u003e\nPATIENT_COLLECTION_ID=\u003cYour Appwrite Patients Collection ID\u003e\nDOCTOR_COLLECTION_ID=\u003cYour Appwrite Doctors Collection ID\u003e\nAPPOINTMENTS_COLLECTION_ID=\u003cYour Appwrite Appointments Collection ID\u003e\nSENTRY_AUTH_TOKEN=\u003cYour Sentry Auth Token\u003e\nNEXT_PUBLIC_BUCKET_ID=\u003cYour Appwrite Bucket ID\u003e\nNEXT_PUBLIC_ENDPOINT=\u003cYour Appwrite Endpoint\u003e\nNEXT_PUBLIC_ADMIN_PASSKEY=\u003cYour Personalized Admin Passkey\u003e\n```\n\n### Running the Application\n\nTo start the development server:\n\n`npm run dev`\n\nOr with yarn:\n\n`yarn dev`\n\nThe application will be available at `http://localhost:3000`.\n\n### Building for Production\n\nTo build the application for production:\n\n`npm run build`\n\nOr with yarn:\n\n`yarn build`\n\nThis will create an optimized production build in the `.next` directory.\n\n### Code Quality and Linting\n\nEnsure code quality by running the following commands before committing:\n\nEither `npm run lint` or `yarn lint`\n\n### Conventional Commits\n\nThis project uses a specification called **Conventional Commits**, please **ensure** this specification is followed when commiting code to this project.\n\nGuide: https://www.conventionalcommits.org/en/v1.0.0/\n\n### Pull Requests, Approvals \u0026 Releases\n\n###### Creating the develop release pull request\n\nPull Requests made to this project are required in order to merge to **develop** or **main**\n\nWhen submitting a Pull Request, at least one approval is required before merging.\n\nWhen constructing a release, ensure that a release branch is created based off of the contents of develop, the only changes contained within this branch should be the version numbers in **package.json**.\n\nThe Pull Request should be named as **[develop] release vX.Y.Z**\n\n###### Creating the main release pull request\n\nOnce this Pull Request has been created, you will need to generate a new Pull Request based off **main** comparing the **develop** release branch you have just created, this should ensure that all changes that have been made to **develop** since the last release are contained within this update.\n\nThe Pull Request should be named as **[main] release vX.Y.Z**\n\n###### Creating the release tag\n\nOnce this has been done and both Pull Requests have been merged, a release tag should be generated, named as **vX.Y.Z**\n\n### Contribution Guidelines\n\n- **Branching strategy**: Use feature branches for new features, hotfix branches for urgent fixes.\n- **Commit message format**: Follow the Conventional Commits specification.\n- **Code review process**: Ensure code is reviewed and approved by at least one other developer.\n- **Issue tracking and labeling**: Use labels to categorize and prioritize issues.\n\n### Usage\n\n- **Patients** can sign up and log in to request new appointments.\n- **Admins** can access the admin dashboard to view, schedule, or cancel appointments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlespalmerbf%2Faxon-care-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlespalmerbf%2Faxon-care-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlespalmerbf%2Faxon-care-react/lists"}