{"id":26821460,"url":"https://github.com/bighnesh0007/speakx-grpc","last_synced_at":"2025-10-24T02:10:34.804Z","repository":{"id":274228493,"uuid":"922286867","full_name":"bighnesh0007/speakx-gRPC","owner":"bighnesh0007","description":"A Search functionality for a set of questions provided in a JSON file. The backend should be developed using either Node.js or Golang, leveraging gRPC for communication. QestSeaach : The frontend should be built using React and will include a search box to display query results.","archived":false,"fork":false,"pushed_at":"2025-01-26T14:26:51.000Z","size":122,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T07:31:43.002Z","etag":null,"topics":["grpc","grpc-server","json-api","nextjs14","nodejs","pagination","query","typescript"],"latest_commit_sha":null,"homepage":"https://sp-self.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/bighnesh0007.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":"2025-01-25T19:59:17.000Z","updated_at":"2025-01-29T19:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"977d48ad-2530-4bc9-8252-8f57015dc063","html_url":"https://github.com/bighnesh0007/speakx-gRPC","commit_stats":null,"previous_names":["bighnesh0007/speakx-grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bighnesh0007/speakx-gRPC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighnesh0007%2Fspeakx-gRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighnesh0007%2Fspeakx-gRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighnesh0007%2Fspeakx-gRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighnesh0007%2Fspeakx-gRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bighnesh0007","download_url":"https://codeload.github.com/bighnesh0007/speakx-gRPC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighnesh0007%2Fspeakx-gRPC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271027687,"owners_count":24687082,"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-08-18T02:00:08.743Z","response_time":89,"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":["grpc","grpc-server","json-api","nextjs14","nodejs","pagination","query","typescript"],"created_at":"2025-03-30T07:30:51.739Z","updated_at":"2025-10-24T02:10:29.747Z","avatar_url":"https://github.com/bighnesh0007.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/user-attachments/assets/50106e3b-27b1-4dc7-81f7-e7c1eb489098)\n![image](https://github.com/user-attachments/assets/251c6c65-0f8d-4822-addc-4c82149d36b3)\n![image](https://github.com/user-attachments/assets/391265ec-dd5f-448f-91c7-acab03d8a6ff)\n![image](https://github.com/user-attachments/assets/d24dfa21-1803-48a4-bdf9-d2e33d2b9bfe)\n![image](https://github.com/user-attachments/assets/0f971ef9-8694-46cf-8aba-0c005b21e11f)\n\n# gRPC Search Questions Application\n\n## Prerequisites\n\n- Node.js (v14+)\n- npm\n- gRPC\n- MongoDB\n\n## Installation\n\n### Clone Repository\n\n```bash\ngit clone https://github.com/bighnesh0007/speakx-gRPC.git\ncd speakx-gRPC\n```\n\n### Install Dependencies\n\n```bash\n# Install server dependencies\ncd server\nnpm install\n\n# Install client dependencies\ncd ../client\nnpm install\n```\n\n## Running the Server\n\n```bash\ncd server\nnpm start\n# Server runs on port 50051\n```\n\n## Running the Client\n\n```bash\ncd client\nnpm run dev\n```\n\n## API Endpoint: `/api/search`\n\n### Parameters\n- `title`: Question title (required)\n- `type`: Question type (optional)\n- `page`: Page number (optional, default: 1)\n- `pageSize`: Results per page (optional, default: 10)\n\n### Example Request\n```\n/api/search?title=math\u0026type=easy\u0026page=1\u0026pageSize=10\n```\n\n## Workflow\n\n1. User inputs search query\n2. Client sends GET request to Next.js API route\n3. Next.js API route forwards request to gRPC server\n4. gRPC server queries MongoDB\n5. Results returned to client\n\n## Troubleshooting\n\n- Ensure MongoDB is running\n- Check gRPC server connection\n- Verify network configurations\n\n## License\n\nMIT License\n\n---\n\n**Repository**: [GitHub](https://github.com/bighnesh0007/speakx-gRPC)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbighnesh0007%2Fspeakx-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbighnesh0007%2Fspeakx-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbighnesh0007%2Fspeakx-grpc/lists"}