Skip to content

Devstagram is an Instagram clone built with Laravel, Livewire, and Tailwind CSS. It allows users to create profiles, share posts, follow other users, and interact through likes and comments.

Notifications You must be signed in to change notification settings

andresjimenez11/devstagram-project

Repository files navigation

Devstagram

This project is a clone of Instagram built with Laravel, where users can create an account, share images, and comment on and like the posts of other users.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • PHP >= 8.1
  • Composer
  • NPM
  • MySQL or another compatible database.

Installation

  1. Clone the repo
    git clone https://github.com/andresjimenez11/devstagram-project.git
  2. Navigate to the project directory
    cd devstagram-project
  3. Install PHP dependencies
    composer install
  4. Create a copy of your .env file
    cp .env.example .env
  5. Generate an app encryption key
    php artisan key:generate
  6. Configure your database credentials in the .env file
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password
    
  7. Run the database migrations
    php artisan migrate
  8. Install NPM dependencies
    npm install
  9. Build assets for production
    npm run build

Usage

To start the local development server, run the following command:

php artisan serve

Then, open your browser and navigate to http://127.0.0.1:8000.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Contact

Andrés Felipe Jiménez - @andresjimenez11

Project Link: https://github.com/andresjimenez11/devstagram-project.git

About

Devstagram is an Instagram clone built with Laravel, Livewire, and Tailwind CSS. It allows users to create profiles, share posts, follow other users, and interact through likes and comments.

Topics

Resources

Stars

Watchers

Forks