https://github.com/john-weeks-dev/instagram-clone
This is an Instagram Clone made with Vue 3, Laravel, Tailwind CSS, and Inertia JS
https://github.com/john-weeks-dev/instagram-clone
image-upload inertia inertiajs instagram instagram-clone intervention-image javascript laravel laravel-framework material-design-icons php tailwind tailwindcss vue vue3 vue3-carousel vuejs vuejs3
Last synced: 2 months ago
JSON representation
This is an Instagram Clone made with Vue 3, Laravel, Tailwind CSS, and Inertia JS
- Host: GitHub
- URL: https://github.com/john-weeks-dev/instagram-clone
- Owner: John-Weeks-Dev
- Created: 2023-03-05T15:46:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T18:04:54.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:12:22.337Z (3 months ago)
- Topics: image-upload, inertia, inertiajs, instagram, instagram-clone, intervention-image, javascript, laravel, laravel-framework, material-design-icons, php, tailwind, tailwindcss, vue, vue3, vue3-carousel, vuejs, vuejs3
- Language: PHP
- Homepage: https://youtube.com/watch?v=MjkamZQJY_8
- Size: 745 KB
- Stars: 64
- Watchers: 2
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Clone (instagram-clone)
### Tutorial showing you how to build Instagram
If you'd like a step by step guide on how to build this just **CLICK THE IMAGE BELOW**
[](https://www.youtube.com/watch?v=MjkamZQJY_8)
Come and check out my YOUTUBE channel for lots more tutorials -> https://www.youtube.com/@johnweeksdev
**LIKE**, **SUBSCRIBE**, and **SMASH THE NOTIFICATION BELL**!!!
## App Setup
```
git clone https://github.com/John-Weeks-Dev/instagram-clone.gitcomposer install
cp .env.example .env
php artisan cache:clear
composer dump-autoload
php artisan key:generate
composer require laravel/breeze --dev
php artisan breeze:install vue --ssr
php artisan serve
```
Create the DB
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=instagram_clone
DB_USERNAME=root
DB_PASSWORD=
```
Now migrate your DB
```
php artisan migrate```
Now run this command to start the project
```
npm inpm run dev
```You should be good to go!
# Application Images
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()