{"id":15130699,"url":"https://github.com/alvinsjoy/chat","last_synced_at":"2025-07-29T00:33:57.731Z","repository":{"id":257707702,"uuid":"858842562","full_name":"alvinsjoy/Chat","owner":"alvinsjoy","description":"This is a realtime chat application built using React, Vite, and Appwrite.","archived":false,"fork":false,"pushed_at":"2025-07-25T23:36:36.000Z","size":6029,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T02:02:00.104Z","etag":null,"topics":["appwrite","chat","realtime","vite"],"latest_commit_sha":null,"homepage":"https://chatappwrite.vercel.app","language":"JavaScript","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/alvinsjoy.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,"zenodo":null}},"created_at":"2024-09-17T16:17:44.000Z","updated_at":"2025-07-25T23:36:39.000Z","dependencies_parsed_at":"2024-09-18T07:24:58.326Z","dependency_job_id":"27a0907d-aa97-499c-9401-774444519028","html_url":"https://github.com/alvinsjoy/Chat","commit_stats":{"total_commits":42,"total_committers":2,"mean_commits":21.0,"dds":0.4285714285714286,"last_synced_commit":"c657b8c4148fec6fd86ab1460fe16fc02d839530"},"previous_names":["alvinsjoy/chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvinsjoy/Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvinsjoy%2FChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvinsjoy%2FChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvinsjoy%2FChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvinsjoy%2FChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvinsjoy","download_url":"https://codeload.github.com/alvinsjoy/Chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvinsjoy%2FChat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267610423,"owners_count":24115435,"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-07-28T02:00:09.689Z","response_time":68,"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":["appwrite","chat","realtime","vite"],"created_at":"2024-09-26T03:04:36.466Z","updated_at":"2025-07-29T00:33:57.701Z","avatar_url":"https://github.com/alvinsjoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application\n\nThis is a realtime chat application built using React, Vite, and Appwrite.\n\n## Table of Contents\n\n- [Working](#working)\n- [Features](#features)\n- [Installation](#installation)\n- [Scripts](#scripts)\n- [Environment Variables](#environment-variables)\n- [License](#license)\n\n## Working\n\n\u003chttps://github.com/user-attachments/assets/d826d67a-5436-45fb-ad49-6fae100463f9\u003e\n\n## Features\n\n- User authentication\n- Email verification\n- Real-time messaging\n- Delete messages\n- Protected routes\n- Responsive design\n\n## Installation\n\nTo get this project up and running locally, follow these step-by-step instructions.\n\nIn order to install and run this project locally, you would need to have the following installed on your local machine.\n\n- [Node.js](https://nodejs.org)\n- [NPM](https://www.npmjs.com)\n- [Git](https://git-scm.com)\n\n### Steps\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/alvinsjoy/Chat.git\n    cd Chat\n    ```\n\n2. Create a `.env.local` file in the root directory and add your environment variables (see the [environment variables](#environment-variables) section for more info):\n\n    ```env\n    VITE_API_ENDPOINT=https://cloud.appwrite.io/v1\n    VITE_PROJECT_ID=\n    VITE_DATABASE_ID=\n    VITE_COLLECTION_ID_MESSAGES=\n    ```\n\n3. Install the dependencies and run the development server:\n\n    ```sh\n    npm install\n    npm run dev\n    ```\n\n    Open \u003chttp://localhost:5173\u003e to view in the browser.\n\n## Scripts\n\n- `npm run dev`: Start the development server.\n- `npm run build`: Build the app for production.\n- `npm run lint`: Run ESLint to check for linting errors.\n- `npm run preview`: Preview the production build locally.\n\n## Environment Variables\n\nThe following environment variables are required:\n\n- `VITE_API_ENDPOINT`: Defines the API endpoint for Appwrite (default: \u003chttps://cloud.appwrite.io/v1\u003e).\n- `VITE_PROJECT_ID`: The unique identifier for your Appwrite project.\n- `VITE_DATABASE_ID`: The identifier for the database being used.\n- `VITE_COLLECTION_ID_MESSAGES`: The identifier for the collection (e.g., a collection named \"messages\") within the database used to store the messages.\n\n## License\n\nThis project is licensed under the MIT License.\nFeel free to customize it further based on your specific requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvinsjoy%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvinsjoy%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvinsjoy%2Fchat/lists"}