{"id":15136724,"url":"https://github.com/prabal-verma/stack-overflow","last_synced_at":"2026-01-21T17:02:02.174Z","repository":{"id":252660861,"uuid":"834779600","full_name":"Prabal-verma/stack-overflow","owner":"Prabal-verma","description":"A Stack Overflow clone built with Next.js and TypeScript for a modern and responsive frontend, and Appwrite for a powerful and flexible backend. This platform allows users to ask and answer questions, vote on posts, and engage with a community of learners and experts.","archived":false,"fork":false,"pushed_at":"2024-08-11T14:05:52.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T03:45:14.255Z","etag":null,"topics":["appwrite","full-stack","nextjs","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prabal-verma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-28T10:39:29.000Z","updated_at":"2024-08-11T14:14:22.000Z","dependencies_parsed_at":"2024-08-11T16:37:45.410Z","dependency_job_id":null,"html_url":"https://github.com/Prabal-verma/stack-overflow","commit_stats":null,"previous_names":["prabal-verma/stack-overflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prabal-verma/stack-overflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2Fstack-overflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2Fstack-overflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2Fstack-overflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2Fstack-overflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prabal-verma","download_url":"https://codeload.github.com/Prabal-verma/stack-overflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prabal-verma%2Fstack-overflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28636650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","full-stack","nextjs","zustand"],"created_at":"2024-09-26T06:40:54.054Z","updated_at":"2026-01-21T17:02:02.129Z","avatar_url":"https://github.com/Prabal-verma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StackOverflow Clone\n\nThis project is a Stack Overflow clone built with Next.js and TypeScript for the frontend, and Appwrite for the backend services. The goal of this project is to create a robust platform where users can ask questions, provide answers, and engage with the community.\n\n## Features\n\n- User Authentication (Signup, Login, Logout)\n- Post Questions\n- Answer Questions\n- Vote on Questions and Answers\n- Comment on Questions and Answers\n- Search Functionality\n- User Profiles\n\n## Tech Stack\n\n- **Frontend**: Next.js, TypeScript\n- **Backend**: Appwrite\n- **Styling**: CSS Modules / Styled Components\n- **State Management**: Context API / Redux\n- **Database**: Appwrite Database\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (\u003e=14.x)\n- npm (\u003e=6.x) or yarn (\u003e=1.x)\n- Appwrite account\n\n### Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/Prabal-verma/stack-overflow.git\ncd stack-overflow\n```\n\n2. **Install dependencies**\n\n```bash\n# using npm\nnpm install\n\n# or using yarn\nyarn install\n```\n\n3. **Set up Appwrite**\n\n- Sign up for an account at [Appwrite](https://appwrite.io/).\n- Create a new project.\n- Create a new database and collection for questions, answers, and users.\n- Create the necessary attributes for each collection.\n- Set up authentication.\n\n4. **Create a `.env.local` file in the root directory**\n\n```env\nNEXT_PUBLIC_APPWRITE_HOST_URL=yourUrl\nNEXT_PUBLIC_APPWRITE_PROJECT_ID=yourProjectid\nAPPWRITE_API_KEY=yourApiKey\n```\n\n5. **Run the development server**\n\n```bash\n# using npm\nnpm run dev\n\n# or using yarn\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Project Structure\n\n- `pages/`: Contains the Next.js pages.\n- `components/`: Contains the React components.\n- `styles/`: Contains the CSS Modules / Styled Components.\n- `contexts/`: Contains the Context API providers and hooks.\n- `utils/`: Contains utility functions.\n- `services/`: Contains the Appwrite service functions.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request for any changes.\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nPrabal Verma - [your-email@example.com](mailto:dev@prabalverma.me)\n\nProject Link: [https://github.com/Prabal-verma/stack-overflow.git](https://github.com/Prabal-verma/stack-overflow.git)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabal-verma%2Fstack-overflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabal-verma%2Fstack-overflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabal-verma%2Fstack-overflow/lists"}