{"id":27256259,"url":"https://github.com/shreygrg03/chatmate","last_synced_at":"2026-05-02T04:31:40.620Z","repository":{"id":248876441,"uuid":"830047491","full_name":"ShreyGrg03/ChatMate","owner":"ShreyGrg03","description":"Discover the ultimate fusion of modern web development and cutting-edge AI with our MERN stack app. Harness the elegance of React to create breathtaking UI/UX on the front end, seamlessly integrated with the power of OpenAI's API to supercharge your backend functionality. Experience the perfect blend of innovation and sophistication.","archived":false,"fork":false,"pushed_at":"2024-07-17T19:34:38.000Z","size":13908,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T03:04:15.523Z","etag":null,"topics":["chatbot","mern-stack","openai","typescript"],"latest_commit_sha":null,"homepage":"https://chat-mate-ai.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/ShreyGrg03.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-07-17T13:42:54.000Z","updated_at":"2024-07-31T07:02:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"4735ad10-ea2f-4a2a-8486-db97711faabf","html_url":"https://github.com/ShreyGrg03/ChatMate","commit_stats":null,"previous_names":["shreygrg03/chatmate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShreyGrg03/ChatMate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyGrg03%2FChatMate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyGrg03%2FChatMate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyGrg03%2FChatMate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyGrg03%2FChatMate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreyGrg03","download_url":"https://codeload.github.com/ShreyGrg03/ChatMate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyGrg03%2FChatMate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["chatbot","mern-stack","openai","typescript"],"created_at":"2025-04-11T02:57:17.086Z","updated_at":"2026-05-02T04:31:40.615Z","avatar_url":"https://github.com/ShreyGrg03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Mate AI\n\n## Overview\n\nThis project is a chat bot leveraging OpenAI's GPT-4.0 model, implemented\nusing React and TypeScript for the front end, Express for the backend, and MongoDB for data\nstorage and OpenAI API . The application provides users with an interactive interface to engage\nin natural language conversations with the GPT-4.0  model.\n\n## Features\n\n- **Conversational Interface:** Users can have dynamic and natural language\n  conversations by inputting prompts or queries.\n\n- **Backend Integration:** The Express backend manages communication with the\n  OpenAI API, handling requests and responses seamlessly.\n\n- **Data Persistence:** MongoDB is employed for storing user data, including\n  prompts and model responses.\n\n## Prerequisites\n\nBefore running the application, ensure you have the following installed:\n\n- Node.js\n- npm (Node Package Manager)\n- MongoDB\n\n## Setup\n\n1.  Clone the repository:\n\n    ```\n    git clone https://github.com/ShreyGrg03/ChatMate\n    ```\n\n2.  Navigate to the project directory:\n\n    \n    cd Chat Mate Ai\n    \n\n3.  Install dependencies for both the client and server:\n\n    ```\n    # Install frontend dependencies\n    cd frontend\n    npm install\n\n    # Install backend dependencies\n    cd backend\n    npm install\n    ```\n\n4.  Configure environment variables:\n\n    Create the `.env` file in the `backend` directory and add the following variables:\n\n        \n        OPENAI_API_KEYSET=your_openai_api_key\n        MONGODB_URL=your_mongodb_uri\n        \n\n5.  Start the application:\n\n    ```\n    # Start the client (in the frontend directory)\n    cd frontend\n    npm run dev\n\n    # Start the server (in the backed directory)\n    cd backend\n    npm run dev\n    ```\n\n## Notes\n\n- Make sure to replace `your_openai_api_key` and `your_mongodb_url` with your\n  actual OpenAI API key and MongoDB connection URI in the `.env` file.\n\n## Website Screenshots\n\n### Home Page\n\n![Screenshot 2024-07-18 001258](https://github.com/user-attachments/assets/e0ec50d0-1321-4922-b960-dd767ad95aa7)\n\n### Login Page\n\n![image](https://github.com/user-attachments/assets/e0e67748-aacb-425e-9300-726e217acc9b)\n\n\n\n### SignUp Page\n\n![image](https://github.com/user-attachments/assets/2a2f1d38-64d3-4715-bdf2-704610da1b9f)\n\n\n\n### Chat Page\n\n![image](https://github.com/user-attachments/assets/fa95ba0f-3820-460a-9b44-9c5ca247108b)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreygrg03%2Fchatmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreygrg03%2Fchatmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreygrg03%2Fchatmate/lists"}