{"id":30918916,"url":"https://github.com/zhikhareval/interview","last_synced_at":"2026-05-09T02:32:57.773Z","repository":{"id":311820790,"uuid":"1044478661","full_name":"ZhikharevAl/interview","owner":"ZhikharevAl","description":"A web application for preparing for job interviews using flashcards. Allows you to create categories of questions and explore them in an interactive format.","archived":false,"fork":false,"pushed_at":"2025-09-03T17:37:15.000Z","size":1246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T19:33:22.514Z","etag":null,"topics":["fastapi","interview-questions","python","uv"],"latest_commit_sha":null,"homepage":"https://zhikhareval.github.io/interview/","language":"JavaScript","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/ZhikharevAl.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,"zenodo":null}},"created_at":"2025-08-25T18:40:33.000Z","updated_at":"2025-09-03T17:34:42.000Z","dependencies_parsed_at":"2025-08-27T04:17:03.602Z","dependency_job_id":"4a41ecdc-04df-435c-8246-723c043818f1","html_url":"https://github.com/ZhikharevAl/interview","commit_stats":null,"previous_names":["zhikhareval/interview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZhikharevAl/interview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhikharevAl%2Finterview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhikharevAl%2Finterview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhikharevAl%2Finterview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhikharevAl%2Finterview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZhikharevAl","download_url":"https://codeload.github.com/ZhikharevAl/interview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhikharevAl%2Finterview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390719,"owners_count":25276408,"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-09-09T02:00:10.223Z","response_time":80,"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":["fastapi","interview-questions","python","uv"],"created_at":"2025-09-10T00:51:48.595Z","updated_at":"2026-05-09T02:32:57.696Z","avatar_url":"https://github.com/ZhikharevAl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Python Code Quality Checks](https://github.com/ZhikharevAl/interview/actions/workflows/code-quality.yaml/badge.svg)](https://github.com/ZhikharevAl/interview/actions/workflows/code-quality.yaml)\n\n# Interview Preparation App\n\nA modern web application for creating and studying interview questions using interactive flashcards.\n\n## Features\n\n- 📚 **Interactive Flashcards**: Click to flip between questions and answers\n- 🏷️ **Category Management**: Organize questions by topics (JavaScript, Python, etc.)\n- 🔀 **Shuffle Mode**: Randomize question order for better learning\n- ➕ **Content Management**: Add new categories and questions through web interface\n- 🎨 **Modern UI**: Clean, responsive design with Tailwind CSS\n\n## Tech Stack\n\n- **Backend**: FastAPI (Python 3.13)\n- **Database**: PostgreSQL with SQLAlchemy ORM\n- **Frontend**: Vanilla JavaScript with Tailwind CSS\n- **Package Management**: UV\n- **Code Quality**: Ruff, Pyright, pre-commit hooks\n- **Deployment**: Docker \u0026 Docker Compose\n\n## Quick Start\n\n### Using Docker (Recommended)\n\n```bash\n# Clone the repository\ngit clone https://github.com/ZhikharevAl/interview.git\ncd interview-prep-app\n\n# Start the application\ndocker-compose up -d\n\n# Access the app at http://localhost:8000\n```\n\n### Local Development\n\n```bash\n# Install dependencies\nuv sync --group dev\n\n# Run the development server\ncd backend\nuv run uvicorn app.main:app --reload\n\n# Access the app at http://localhost:8000\n```\n\n## Usage\n\n1. **Study Mode**: Select a category and click cards to reveal answers\n2. **Management**: Add new categories and questions via the management tab\n3. **Shuffle**: Randomize question order to test your knowledge\n\n## API Endpoints\n\n- `GET /api/v1/categories/` - List all categories\n- `POST /api/v1/categories/` - Create a new category\n- `GET /api/v1/questions/` - List all questions (optional `?category_id=X`)\n- `POST /api/v1/questions/` - Create a new question\n\n## Development\n\n```bash\n# Install pre-commit hooks\npre-commit install\n\n# Run linters\nuvx ruff check .\nuvx ruff format .\nuv run pyright .\n\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhikhareval%2Finterview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhikhareval%2Finterview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhikhareval%2Finterview/lists"}