{"id":21125654,"url":"https://github.com/khalidlam/askme-qa","last_synced_at":"2026-04-09T09:58:41.680Z","repository":{"id":124192696,"uuid":"306119806","full_name":"KhalidLam/AskMe-QA","owner":"KhalidLam","description":"Stackoverflow clone built using Laravel (RESTful-API) and ReactJs ","archived":false,"fork":false,"pushed_at":"2020-12-25T09:08:17.000Z","size":402,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T05:41:41.136Z","etag":null,"topics":["axios","bootstrap","laravel","php","reactjs","restful-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/KhalidLam.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":"2020-10-21T18:55:57.000Z","updated_at":"2023-03-08T12:34:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"55aec171-29e9-4a49-b32e-2b8a1a22df47","html_url":"https://github.com/KhalidLam/AskMe-QA","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/KhalidLam%2FAskMe-QA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalidLam%2FAskMe-QA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalidLam%2FAskMe-QA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalidLam%2FAskMe-QA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhalidLam","download_url":"https://codeload.github.com/KhalidLam/AskMe-QA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573163,"owners_count":20312879,"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":["axios","bootstrap","laravel","php","reactjs","restful-api"],"created_at":"2024-11-20T04:36:03.752Z","updated_at":"2025-12-29T09:40:53.250Z","avatar_url":"https://github.com/KhalidLam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AskMe-QA\n\nAn Stackoverflow Clone using Laravel (server) \u0026 ReactJs (client) \n\n## Installation \n\n#### Clone the repository:\n\n```bash\ngit clone https://github.com/KhalidLam/AskMe-QA.git\n```\n\n## Set Up Server (Laravel)\n\n#### Change directory to muora-server:\n\n```bash\ncd muora-server\n```\n\n#### Install PHP dependencies:\n\n```bash\ncomposer install\n```\n\n_If you don't have Composer installed, [instructions here](https://getcomposer.org/)._\n\n#### Install Javascript dependencies:\n\n```bash\nnpm install\n```\n\n_If you don't have Node and NPM installed, [instructions here](https://www.npmjs.com/get-npm)._\n\n\n#### Create your environment file:\n\n```bash\ncp .env.example .env\n```\n\n#### Update these settings in the .env file:\n\n-   DB_DATABASE (your local database, i.e. \"askme\")\n-   DB_USERNAME (your local db username, i.e. \"root\")\n-   DB_PASSWORD (your local db password, i.e. \"\")\n\n#### Generate an app key:\n\n```bash\nphp artisan key:generate\n```\n\n#### Run the database migrations:\n\n```bash\nphp artisan migrate\n```\n\n#### Database Seeding\n\nIf you need sample data to work with, you can seed the database:\n\n```\nphp artisan db:seed\n```\n\n#### Create storage shortcut\n\n```bash\nphp artisan storage:link\n```\n\n#### Run the server:\n\n```bash\nphp artisan serve\n```\n\n## Set Up Client (React)\n\n#### Change directory to react-qa-project:\n\n```bash\ncd react-qa-project\n```\n#### Install Javascript dependencies:\n\n```bash\nnpm install\n```\n\n#### Run React app:\n\n```bash\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidlam%2Faskme-qa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalidlam%2Faskme-qa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalidlam%2Faskme-qa/lists"}