{"id":28145080,"url":"https://github.com/goraved/aqa_topics","last_synced_at":"2026-04-13T03:02:17.849Z","repository":{"id":46039070,"uuid":"133173662","full_name":"Goraved/AQA_topics","owner":"Goraved","description":"Pet project to share knowledge between AQA engineers","archived":false,"fork":false,"pushed_at":"2025-04-05T15:44:38.000Z","size":1284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T16:32:14.556Z","etag":null,"topics":["asyncio","flask","github-actions","heroku","javascript","mysql","pylint","python"],"latest_commit_sha":null,"homepage":"https://aqa-topics.herokuapp.com/","language":"CSS","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/Goraved.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-05-12T18:35:17.000Z","updated_at":"2025-04-05T15:44:42.000Z","dependencies_parsed_at":"2023-01-29T00:32:17.126Z","dependency_job_id":null,"html_url":"https://github.com/Goraved/AQA_topics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Goraved%2FAQA_topics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Goraved%2FAQA_topics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Goraved%2FAQA_topics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Goraved%2FAQA_topics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Goraved","download_url":"https://codeload.github.com/Goraved/AQA_topics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235692,"owners_count":22036966,"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":["asyncio","flask","github-actions","heroku","javascript","mysql","pylint","python"],"created_at":"2025-05-14T22:13:59.242Z","updated_at":"2025-10-30T10:03:01.510Z","avatar_url":"https://github.com/Goraved.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AQA Topics\n\nA knowledge-sharing platform for Automation QA engineers. This project aggregates QA topics, tutorials, and resources in\none organized location.\n\n## Overview\n\nAQA Topics is a web application that helps QA engineers find and share valuable resources. The platform organizes\ncontent by categories, making it easy to discover relevant information.\n\n## Features\n\n- **Topic Management**: Browse, add, edit, and delete QA-related topics\n- **Category Organization**: Topics grouped by categories with icons\n- **Search Functionality**: Find specific topics quickly\n- **Admin Panel**: Protected editor mode for content management\n- **Responsive Design**: Works on various devices\n\n## Tech Stack\n\n- **Backend**: Python with Flask\n- **Frontend**: HTML, CSS, JavaScript\n- **Data Storage**: Database (implementation details abstracted)\n- **Authentication**: Basic auth for admin features\n- **Deployment**: Hosted on Vercel (previously Heroku)\n\n## Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/aqa-topics.git\n   cd aqa-topics\n   ```\n\n2. **Set up a virtual environment**\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. **Install dependencies**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Set environment variables**\n   ```bash\n   # For development\n   export FLASK_APP=index.py\n   export FLASK_ENV=development\n   # Authentication credentials (for admin access)\n   export AUTH_USERNAME=admin\n   export AUTH_PASSWORD=yourpassword\n   ```\n\n5. **Run the application**\n   ```bash\n   flask run\n   ```\n\n## Usage\n\n- **Browse Topics**: Visit the homepage to see all topics organized by categories\n- **Search**: Use the search feature to find specific topics\n- **Add Content**: Submit new topics through the add topic form\n- **Admin Access**: Visit `/god` route with proper authentication to manage all content\n\n## Deployment\n\nThe application is deployed at:\n\n- [https://aqa-topics.vercel.app/](https://aqa-topics.vercel.app/)\n\n## Project Structure\n\n- `index.py`: Main application file with routes and request handlers\n- `templates/`: HTML templates for the web pages\n- Models for Topic, Category, and Domain entities\n- Async handlers for data retrieval\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoraved%2Faqa_topics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoraved%2Faqa_topics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoraved%2Faqa_topics/lists"}