This project is a PHP-based Instagram clone built using the Laravel framework. It aims to replicate the core functionalities of Instagram, allowing users to sign up, upload photos, follow other users, like and comment on posts, and explore a feed of posts.
- User authentication system
- Real time Instagram
- Photo and video uploading and sharing
- Follow/unfollow users
- Like and comment on posts
- Explore feed
- search on users or hashtags
- Notification
- Clone the repository:
git clone https://github.com/your_username/instagramclone.git
- Navigate to the project directory:
cd instagramclone
- Install dependencies:
composer install
- Copy
.env.example
to.env
and configure your database credentials - Generate application key:
php artisan key:generate
- Migrate the database:
php artisan migrate
- Serve the application:
php artisan serve
- PHP
- Laravel framework
- Cloudinary
- Axios
- MySQL
This project is for educational purposes only and does not aim to infringe on any copyrights or trademarks associated with Instagram.