{"id":24565900,"url":"https://github.com/bdadmehr0/yadgah","last_synced_at":"2025-03-17T02:25:12.994Z","repository":{"id":273111241,"uuid":"913406551","full_name":"Yadgah/Yadgah","owner":"Yadgah","description":"Yadgah A Platform for Experience Sharing \u0026 Q\u0026A","archived":false,"fork":false,"pushed_at":"2025-03-11T23:22:32.000Z","size":18980,"stargazers_count":9,"open_issues_count":9,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T23:31:41.290Z","etag":null,"topics":["django","good-first-issue","hacktoberfest","persian","python","questions","share","website"],"latest_commit_sha":null,"homepage":"https://yadgah.pythonanywhere.com","language":"HTML","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/Yadgah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["YadgahOrg"],"custom":["http://www.coffeete.ir/dadmehr"]}},"created_at":"2025-01-07T16:14:35.000Z","updated_at":"2025-03-11T23:28:15.000Z","dependencies_parsed_at":"2025-01-18T19:21:37.640Z","dependency_job_id":"402e29ac-5441-4a1c-84b1-8d905f5cd7b2","html_url":"https://github.com/Yadgah/Yadgah","commit_stats":null,"previous_names":["bdadmehr0/yadgah"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yadgah%2FYadgah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yadgah%2FYadgah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yadgah%2FYadgah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yadgah%2FYadgah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yadgah","download_url":"https://codeload.github.com/Yadgah/Yadgah/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960630,"owners_count":20375108,"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","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":["django","good-first-issue","hacktoberfest","persian","python","questions","share","website"],"created_at":"2025-01-23T12:16:57.048Z","updated_at":"2025-03-17T02:25:12.988Z","avatar_url":"https://github.com/Yadgah.png","language":"HTML","funding_links":["https://github.com/sponsors/YadgahOrg","http://www.coffeete.ir/dadmehr"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e\n    \u003ca href=\"#\"\u003e\n        \u003cimg width=\"150\" src=\"https://github.com/BDadmehr0/Yadgah/blob/main/favicon.ico\" alt=\"Yadgah Logo\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# Yadgah\n\n**A Platform for Experience Sharing \u0026 Q\u0026A**\n\n\u003c/div\u003e\n\nYadgah is a community-driven platform designed for sharing experiences, asking questions, and engaging in discussions. Inspired by Quera and Stack Overflow, Yadgah fosters a collaborative environment where users can learn, contribute, and grow.\n\n---\n\n## ✨ Features\n\n- **User Profiles:** Create and customize your profile to share insights and engage with the community.\n- **Q\u0026A System:** Ask questions and receive answers from knowledgeable users.\n- **Interactive Engagement:** Like, comment on, and rate answers to enhance discussions.\n- **Organized Content:** Browse topics in various categories:\n  - Work \u0026 Career\n  - Education\n  - Technology\n  - Health\n  - And more!\n- **User Ranking System:** Gain recognition based on contributions and community feedback.\n\n---\n\n## 🚀 Installation\n\n### Prerequisites\n- Python 3.x\n- pip (Python package manager)\n\n### Setup Instructions\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/Yadgah/Yadgah.git\n   cd Yadgah\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Apply database migrations:**\n   ```bash\n   python manage.py migrate\n   ```\n\n4. **Create a superuser (admin account):**\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n5. **Start the development server:**\n   ```bash\n   python manage.py runserver\n   ```\n\n---\n\n## 🛠 Development\n\nYadgah follows best coding practices to ensure maintainability and quality.\n\n- **Code Linting:** `flake8` for Python.\n- **Pre-commit Hooks:** Automates code checks before commits.\n- **Frontend Formatting:** `prettier` for consistent styling.\n\n### GitHub Actions Workflows\nAutomated workflows include:\n- **Django CI:** Ensures smooth integration.\n- **Code Linting:** Maintains style and quality.\n- **Pre-commit Checks:** Verifies code before merging.\n- **Security Scans:** Detects vulnerabilities early.\n\n---\n\n## 📂 Project Structure\n\n```\n.\n├── blog\n│   ├── admin.py\n│   ├── apps.py\n│   ├── forms.py\n│   ├── __init__.py\n│   ├── models.py\n│   ├── signals.py\n│   ├── templates\n│   │   ├── base.html\n│   │   └── blog\n│   │       ├── post_create.html\n│   │       ├── post_detail.html\n│   │       ├── post_edit.html\n│   │       └── post_list.html\n│   ├── tests.py\n│   ├── urls.py\n│   └── views.py\n├── CHANGELOG.md\n├── db.sqlite3\n├── favicon.ico\n├── home\n│   ├── admin.py\n│   ├── apps.py\n│   ├── forms.py\n│   ├── __init__.py\n│   ├── models.py\n│   ├── signals.py\n│   ├── sitemaps.py\n│   ├── static\n│   │   ├── default-avatar.png\n│   │   ├── favicon.ico\n│   │   ├── icons\n│   │   │   ├── menu-svgrepo-com.svg\n│   │   │   ├── reaction\n│   │   │   │   ├── dislike-svgrepo-com.svg\n│   │   │   │   └── like-1-svgrepo-com.svg\n│   │   │   └── search-svgrepo-com.svg\n│   │   ├── images\n│   │   │   └── default-post-image.jpg\n│   │   └── thumbnail.png\n│   ├── templates\n│   │   ├── 404.html\n│   │   ├── 500.html\n│   │   ├── ask_question.html\n│   │   ├── base.html\n│   │   ├── edit_question.html\n│   │   ├── edit_reply.html\n│   │   ├── explore.html\n│   │   ├── index.html\n│   │   ├── leaderboard.html\n│   │   ├── login.html\n│   │   ├── privacy_policy.html\n│   │   ├── profile.html\n│   │   ├── question_detail.html\n│   │   ├── rules.html\n│   │   ├── search_results.html\n│   │   ├── signup.html\n│   │   └── user_profile.html\n│   ├── templatetags\n│   │   ├── custom_filters.py\n│   │   └── __init__.py\n│   ├── tests.py\n│   ├── urls.py\n│   └── views.py\n├── LICENSE\n├── manage.py\n├── pyproject.toml\n├── README.md\n├── requirements.txt\n└── Yadgah\n    ├── asgi.py\n    ├── __init__.py\n    ├── settings.py\n    ├── urls.py\n    └── wsgi.py\n\n```\n\n---\n\n## 📜 License\n\nYadgah is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 💬 Contributing\n\nWe welcome contributions! To contribute:\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Submit a pull request with a clear description of changes.\n\n---\n\n## 🌐 Connect with Us\n\nHave questions or feedback? Reach out via [GitHub Issues](https://github.com/Yadgah/Yadgah/issues) or join our discussions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdadmehr0%2Fyadgah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdadmehr0%2Fyadgah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdadmehr0%2Fyadgah/lists"}