background
Home / Portfolio / Friendster Livewire
PORTFOLIO

Friendster Livewire

Social media platform that allows users to share their thoughts with their friends.

#Laravel  #Livewire  

Friendster Livewire

Social media platform that allows users to share their thoughts with their friends.

Live demo : Not available yet.

Source code : GitHub

Features

  • Authentication
  • Follow and unfollow users
  • Post status
  • Like and unlike status
  • Comment and reply status
  • Delete status

Tech Stack

Prerequisites

Installation and Usage

Clone the repository

1git clone https://github.com/raprmdn/friendster-livewire.git
bash

Install the dependencies

1composer install
bash

Copy the .env.example file to .env

1cp .env.example .env
bash

Generate the application key

1php artisan key:generate
bash

Run the database migrations

1php artisan migrate
bash

Run the application

1php artisan serve
bash

Screenshots

Friendster Livewire Page
Homepage
Friendster Livewire Login Page
Login page
Friendster Livewire Register Page
Register page
Friendster Livewire Timeline
Timeline
Friendster Livewire Status
Show status
Friendster Livewire Profile
Profile