{"id":18621828,"url":"https://github.com/ahmedsobhy01/instagram-clone","last_synced_at":"2026-04-11T01:51:12.136Z","repository":{"id":189759779,"uuid":"302494888","full_name":"AhmedSobhy01/instagram-clone","owner":"AhmedSobhy01","description":" A replica of the official Instagram website, featuring the ability to post images, is implemented for the web application, mimicking Instagram’s interface and functionality.","archived":false,"fork":false,"pushed_at":"2024-06-27T09:38:25.000Z","size":6691,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T04:42:52.837Z","etag":null,"topics":["bootstrap","instagram-clone","laravel","vuejs"],"latest_commit_sha":null,"homepage":"https://vistagram.ahmedsobhy.net","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/AhmedSobhy01.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}},"created_at":"2020-10-09T00:42:43.000Z","updated_at":"2024-08-20T08:18:14.000Z","dependencies_parsed_at":"2023-08-21T17:14:56.918Z","dependency_job_id":null,"html_url":"https://github.com/AhmedSobhy01/instagram-clone","commit_stats":null,"previous_names":["ahmedsobhy01/instagram-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedSobhy01%2Finstagram-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedSobhy01%2Finstagram-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedSobhy01%2Finstagram-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedSobhy01%2Finstagram-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmedSobhy01","download_url":"https://codeload.github.com/AhmedSobhy01/instagram-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239415363,"owners_count":19634658,"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":["bootstrap","instagram-clone","laravel","vuejs"],"created_at":"2024-11-07T04:13:47.712Z","updated_at":"2025-10-18T21:01:31.332Z","avatar_url":"https://github.com/AhmedSobhy01.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n[![Forks][forks-shield]][forks-url]\n[![Issues][issues-shield]][issues-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.github.com/AhmedSobhy01/instagram-clone\"\u003e\n    \u003cimg src=\"https://cdn-icons-png.flaticon.com/512/87/87390.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003eVistagram\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A replicate of the official Instagram website with the ability to post images for the web application.\n    \u003cbr /\u003e\n    \u003ca href=\"https://vistagram.ahmedsobhy.net\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://www.github.com/AhmedSobhy01/instagram-clone/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://www.github.com/AhmedSobhy01/instagram-clone/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n[![Product Name Screen Shot][product-screenshot]](https://vistagram.ahmedsobhy.net)\n\nA Laravel project that replicates the official Instagram website is a web application that provides similar functionalities as the original Instagram platform. It allows users to create a profile, post pictures and videos, follow other users, like and comment on posts, and view a feed of posts from users they follow. The project makes use of the Laravel framework to build a robust and scalable web application with features like authentication, user management, media upload and storage, and a dynamic feed system. Additionally, it follows the design and user interface of the official Instagram website to provide a familiar experience to users.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n\n-   [![Laravel][laravel.com]][laravel-url]\n-   [![Vue][vue.js]][vue-url]\n-   [![Bootstrap][bootstrap.com]][bootstrap-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- Installation --\u003e\n\n### Installation\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n1. Clone the repo\n    ```sh\n    git clone https://www.github.com/AhmedSobhy01/instagram-clone.git\n    ```\n2. Install Composer packages\n    ```sh\n    composer install\n    ```\n3. Install NPM packages\n    ```sh\n    npm install\n    ```\n4. Copy .env.example and then edit .env\n    ```sh\n    cp .env.example .env\n    ```\n5. Generate app encryption key\n    ```sh\n    php artisan key:generate\n    ```\n6. Migrate and seed the database\n    ```sh\n    php artisan migrate:fresh --seed\n    ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\nAfter seeding the database, you can log in using the default user:\n| **Email** | **Password** |\n| --- | --- |\n| test@test.com | password |\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nAhmed Sobhy - contact@ahmedsobhy.net\n\nProject Link: [https://www.github.com/AhmedSobhy01/instagram-clone](https://www.github.com/AhmedSobhy01/instagram-clone)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\n[forks-shield]: https://img.shields.io/github/forks/AhmedSobhy01/instagram-clone.svg?style=for-the-badge\n[forks-url]: https://github.com/AhmedSobhy01/instagram-clone/network/members\n[stars-shield]: https://img.shields.io/github/stars/AhmedSobhy01/instagram-clone.svg?style=for-the-badge\n[stars-url]: https://www.github.com/AhmedSobhy01/instagram-clone/stargazers\n[issues-shield]: https://img.shields.io/github/issues/AhmedSobhy01/instagram-clone.svg?style=for-the-badge\n[issues-url]: https://www.github.com/AhmedSobhy01/instagram-clone/issues\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/ahmed-sobhy-dev\n[product-screenshot]: https://ahmedsobhy.net/storage/8a2e0ee6c7b236035d1e43886552c789/main-phone.jpg\n[vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge\u0026logo=vuedotjs\u0026logoColor=4FC08D\n[vue-url]: https://vuejs.org/\n[laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge\u0026logo=laravel\u0026logoColor=white\n[laravel-url]: https://laravel.com\n[bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white\n[bootstrap-url]: https://getbootstrap.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedsobhy01%2Finstagram-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedsobhy01%2Finstagram-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedsobhy01%2Finstagram-clone/lists"}