Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.47 KB

InstagramClone Project

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.

Features

  • 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

Installation

  1. Clone the repository: git clone https://github.com/your_username/instagramclone.git
  2. Navigate to the project directory: cd instagramclone
  3. Install dependencies: composer install
  4. Copy .env.example to .env and configure your database credentials
  5. Generate application key: php artisan key:generate
  6. Migrate the database: php artisan migrate
  7. Serve the application: php artisan serve

Technologies

  • PHP
  • Laravel framework
  • Cloudinary
  • Axios
  • MySQL

Contributors

Disclaimer

This project is for educational purposes only and does not aim to infringe on any copyrights or trademarks associated with Instagram.