Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
/ Opiner Public archive

A simple Twitter clone that implements the basic features like tweets, retweets, likes, mentions, notifications, etc.

Notifications You must be signed in to change notification settings

ByMykel/Opiner

Repository files navigation

Opiner

A simple Twitter clone built with VueJS, Laravel 8 and TailwindCSS.

opiner.mp4

Images

Home

Home

Explore

Explore

Notifications

Notifications

Profile

Profile

Opinion

Opinion

Install

Clone the git repository on your computer and install it's dependencies

$ git clone https://github.com/ByMykel/Opiner.git
$ cd Opiner
$ composer install

Setup

  • When you are done with installation, copy the .env.example file to .env
$ cp .env.example .env
  • Generate the application key
$ php artisan key:generate
  • Add your database credentials to the necessary env fields

  • Migrate the application

$ php artisan migrate
  • Seed Database
$ php artisan db:seed
  • Install dependencies and build assets
$ npm install && npm run dev

Run the application

$ php artisan serve

About

A simple Twitter clone that implements the basic features like tweets, retweets, likes, mentions, notifications, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages