{"id":19725240,"url":"https://github.com/momen-alshouha/technical-hub","last_synced_at":"2026-04-07T21:31:26.068Z","repository":{"id":48792948,"uuid":"505122469","full_name":"Momen-Alshouha/technical-hub","owner":"Momen-Alshouha","description":"Technical-HUB is a website targeting job seekers and provide them with most asked interview questions, and provide coding learners with a clear roadmap to help them on their learning journey.","archived":false,"fork":false,"pushed_at":"2024-04-22T13:59:42.000Z","size":21665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T01:22:33.846Z","etag":null,"topics":["authentication","authorization","bootstrap","crud-operation","css","dashboard","html","jquery","laravel-framework","middleware","mysql-database","php"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/Momen-Alshouha.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":"2022-06-19T13:47:44.000Z","updated_at":"2024-04-22T13:59:46.000Z","dependencies_parsed_at":"2024-11-11T23:30:19.719Z","dependency_job_id":"62a5ad84-78a2-4ced-843f-a0a9a3f34abc","html_url":"https://github.com/Momen-Alshouha/technical-hub","commit_stats":null,"previous_names":["momen-alshouha/technical-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Momen-Alshouha/technical-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Momen-Alshouha%2Ftechnical-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Momen-Alshouha%2Ftechnical-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Momen-Alshouha%2Ftechnical-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Momen-Alshouha%2Ftechnical-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Momen-Alshouha","download_url":"https://codeload.github.com/Momen-Alshouha/technical-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Momen-Alshouha%2Ftechnical-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["authentication","authorization","bootstrap","crud-operation","css","dashboard","html","jquery","laravel-framework","middleware","mysql-database","php"],"created_at":"2024-11-11T23:28:49.575Z","updated_at":"2026-04-07T21:31:26.046Z","avatar_url":"https://github.com/Momen-Alshouha.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Technical Hub\n\n## Overview\n\nTechnical Hub is a Laravel project designed to provide a centralized platform for accessing commonly asked interview questions, recommended courses, and technical roadmaps in various fields.\n\n## Features and Functionality\n\n- **Browse Interview Questions:** Access a comprehensive collection of frequently asked interview questions.\n  \n- **Discover Recommended Courses:** Explore recommended courses to enhance your skills in specific areas.\n\n- **View Technical Roadmaps:** Access technical roadmaps to guide your learning journey.\n\n- **Admin Dashboard:** An admin dashboard is available to manage content.\n\n## Some Screenshots\n\n![Screenshot 1](app/screenshots/login.png)\n\n![Screenshot 2](app/screenshots/signup.png)\n\n![Screenshot 3](app/screenshots/landing_page.png)\n\n![Screenshot 3](app/screenshots/user_profile.png)\n\n![Screenshot 4](app/screenshots/dashboard.png)\n\n![Screenshot 5](app/screenshots/categories.png)\n\n![Screenshot 6](app/screenshots/roadmaps.png)\n\n![Screenshot 7](app/screenshots/confirm_delete.png)\n\n\n## Installation\n\nBefore proceeding with the installation, ensure you have Apache installed and configured on your system. Additionally, make sure you have created a MySQL database named `technical_hub`.\n\n1. **Clone the repository:**\n\n    ```\n    git clone https://github.com/Momen-Alshouha/technical-hub.git\n    ```\n\n2. **Navigate into the project directory:**\n\n    ```\n    cd technical-hub\n    ```\n\n3. **install composer**\n\n    ```\n    composer install\n    ```\n    \n4. **Copy `.env.example` to `.env`:**\n\n    ```\n    cp .env.example .env\n    ```\n\n5. **Generate application key:**\n\n    ```\n    php artisan key:generate\n    ```\n\n6. **Migrate the database:**\n\n    ```\n    php artisan migrate\n    ```\n\n7. **Run the database seeder:**\n\n    ```\n    php artisan db:seed\n    ```\n    \n8. **Serve the application:**\n\n    ```\n    php artisan serve\n    ```\n\n## Login Credentials\n\n### Admin\n- **Email:** admin@gmail.com\n- **Password:** admin123\n\n### User\n- **Email:** user@gmail.com\n- **Password:** user123\n\n\nOnce the server is running, access the application through your web browser.\n\n## Note:\n\n- Ensure Apache is installed and configured properly.\n- Create a MySQL database named `technical_hub` before running migrations.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomen-alshouha%2Ftechnical-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmomen-alshouha%2Ftechnical-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomen-alshouha%2Ftechnical-hub/lists"}