{"id":21964593,"url":"https://github.com/apollo-level2-web-dev/b3-ph-health-care","last_synced_at":"2025-10-26T11:45:43.137Z","repository":{"id":260738301,"uuid":"882217972","full_name":"Apollo-Level2-Web-Dev/b3-ph-health-care","owner":"Apollo-Level2-Web-Dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-02T08:30:54.000Z","size":691,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-03T20:43:27.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Apollo-Level2-Web-Dev.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-11-02T07:51:23.000Z","updated_at":"2025-01-18T01:24:31.000Z","dependencies_parsed_at":"2024-11-02T08:19:52.487Z","dependency_job_id":"06db960e-5d87-4901-955b-9804fc2a2320","html_url":"https://github.com/Apollo-Level2-Web-Dev/b3-ph-health-care","commit_stats":null,"previous_names":["apollo-level2-web-dev/b3-ph-health-care"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Apollo-Level2-Web-Dev/b3-ph-health-care","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2Fb3-ph-health-care","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2Fb3-ph-health-care/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2Fb3-ph-health-care/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2Fb3-ph-health-care/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apollo-Level2-Web-Dev","download_url":"https://codeload.github.com/Apollo-Level2-Web-Dev/b3-ph-health-care/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2Fb3-ph-health-care/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003715,"owners_count":26083610,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-29T12:25:40.438Z","updated_at":"2025-10-10T11:30:32.522Z","avatar_url":"https://github.com/Apollo-Level2-Web-Dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PH HealthCare Server\n\nWelcome to the backend repository for PH HealthCare, a tutorial project developed as part of the \"Level 2 Web Development Course\" offered by Programming Hero.\n\nThis repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.\n\n\u003c!-- ## Table of Contents\n- [PH HealthCare Backend](#ph-healthcare-backend)\n  - [Table of Contents](#table-of-contents)\n  - [Technologies Used](#technologies-used)\n  - [Features](#features)\n  - [Installation and Setup](#installation-and-setup)\n  - [Usage](#usage)\n  - [API Endpoints](#api-endpoints)\n  - [Contributing](#contributing)\n  - [License](#license) --\u003e\n\n\u003c!-- ## Technologies Used\n- **Node.js**: Runtime environment for executing JavaScript code.\n- **Express.js**: Web application framework for building APIs and handling HTTP requests.\n- **Prisma**: ORM (Object-Relational Mapping) tool for database management.\n- **PostgreSQL**: Relational database management system.\n- **WEB RTC (Agora.io)**: Third-party service for real-time communication between users.\n- **JWT**: JSON Web Tokens for secure authentication and authorization.\n- **bcrypt**: Library for hashing passwords.\n- **nodemailer**: Library for sending email notifications. --\u003e\n\n\u003c!-- ## Features\n- **User Authentication and Authorization**: Secure authentication using JWT tokens.\n- **User Management**: CRUD operations for managing user accounts (Admin, Doctor, Patient).\n- **Appointment Management**: Create, update, and delete appointments.\n- **Real-time Communication**: Integration with WEB RTC for real-time communication between doctors and patients.\n- **Prescription Management**: Create, update, and delete prescriptions.\n- **Email Notifications**: Send email notifications for appointment confirmations, invoices, and prescription delivery. --\u003e\n\n## Installation and Setup\n1. Clone this repository: `git clone \u003crepository_url\u003e`\n2. Install dependencies: `npm install`\n3. Set up the environment variables by creating a `.env` file and filling in the required variables based on the provided `.env.example` file.\n4. Run the database migrations: `npx prisma migrate dev`\n4. Run the Command: `npm run seed`\n5. Start the server: `npm run dev`\n\n\n### API Documentation: [POSTMAN API DOCUMENTATION (Click Here)](https://documenter.getpostman.com/view/26694209/2sA2xjyWRv)\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fb3-ph-health-care","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapollo-level2-web-dev%2Fb3-ph-health-care","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fb3-ph-health-care/lists"}