{"id":31919926,"url":"https://github.com/moiz-codebyte/merngpt","last_synced_at":"2025-10-13T21:50:44.508Z","repository":{"id":314565554,"uuid":"734778595","full_name":"Moiz-CodeByte/MernGPT","owner":"Moiz-CodeByte","description":"MERN-AI-ChatBot application, built with React, TypeScript, and Vite.","archived":false,"fork":false,"pushed_at":"2025-09-13T07:42:28.000Z","size":14072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master-production","last_synced_at":"2025-09-13T09:47:19.120Z","etag":null,"topics":["chatbot","chatbotusingreact"],"latest_commit_sha":null,"homepage":"https://merngpt-a3cde628995b.herokuapp.com","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/Moiz-CodeByte.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-22T15:37:53.000Z","updated_at":"2025-09-13T07:42:31.000Z","dependencies_parsed_at":"2025-09-13T09:47:24.894Z","dependency_job_id":"2027442b-55e0-4104-8e83-4efe6f879c84","html_url":"https://github.com/Moiz-CodeByte/MernGPT","commit_stats":null,"previous_names":["moiz-codebyte/merngpt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Moiz-CodeByte/MernGPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moiz-CodeByte%2FMernGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moiz-CodeByte%2FMernGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moiz-CodeByte%2FMernGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moiz-CodeByte%2FMernGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moiz-CodeByte","download_url":"https://codeload.github.com/Moiz-CodeByte/MernGPT/tar.gz/refs/heads/master-production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moiz-CodeByte%2FMernGPT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017021,"owners_count":26085951,"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-13T02:00:06.723Z","response_time":61,"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","chatbotusingreact"],"created_at":"2025-10-13T21:50:43.512Z","updated_at":"2025-10-13T21:50:44.501Z","avatar_url":"https://github.com/Moiz-CodeByte.png","language":"TypeScript","readme":"# MERN-AI-ChatBot \n\nThis is the frontend for the MERN-AI-ChatBot application, built with React, TypeScript, and Vite.\n\n## Related Repositories\n\n- Backend: [https://github.com/Moiz-CodeByte/merngpt-backend/](https://github.com/Moiz-CodeByte/merngpt-backend/)\n\n## Features\n\n- User authentication (signup, login, logout)\n- Chat interface with AI assistant\n- Responsive design with Material UI\n- Code syntax highlighting\n\n## How to Run the Project\n\n### Prerequisites\n\n- Ensure you have Node.js and npm installed.\n- MongoDB should be installed and running on your system.\n\n### Backend Setup\n\nGit clone the backend of MERN-AI-ChatBot:\n\n```bash\ngit clone https://github.com/Moiz-CodeByte/merngpt-backend/\n```\n\nNavigate to the backend folder:\n\n```bash\ncd merngpt-backend\n```\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nStart the backend server:\n\n```bash\nnpm start\n```\n\nBy default, the server runs on http://localhost:5000.\n\n### Frontend Setup\n\nGit clone the Frontend of MERN-AI-ChatBot:\n\n```bash\ngit clone https://github.com/Moiz-CodeByte/merngpt-frontend\n```\n\nNavigate to the frontend folder:\n\n```bash\ncd merngpt-frontend\n```\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n```\n\nThe frontend will run on http://localhost:5173.\n\n## Technology Stack\n\n### Backend:\n- MongoDB\n- Express.js\n- Node.js\n- Groq API (Llama3 model)\n\n### Frontend:\n- React\n- TypeScript\n- Vite\n- Material UI\n- Axios\n- React Router\n- React Hot Toast\n- React Syntax Highlighter\n\n## Contributing\n\nContributions are welcome! If you have any ideas, suggestions, or improvements, feel free to create a pull request or open an issue.\n\n### Steps to Contribute\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is open-source and available under the MIT License.\n\nFor any questions or support, please contact at hello@abdulmoiz.net.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoiz-codebyte%2Fmerngpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoiz-codebyte%2Fmerngpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoiz-codebyte%2Fmerngpt/lists"}