Livila

A social network that allows you to keep track of every movie you’ve watched, compile and share lists, write and share reviews, follow friends and more.

1
0
Vue

About Livila

A social network that allows you to keep track of every movie you’ve watched, compile and share lists, write and share reviews, follow friends and more.

Built with Laravel 8, Vue, TailwindCSS and Inertia.js.

https://user-images.githubusercontent.com/38622893/150202630-793aaaeb-320e-44fd-8509-67731a7568fb.mp4

Images

Home
Home Auth
Movies
Godzilla vs. Kong
Army of the Dead Recent Reviews
Avengers Endgame Cast
Elizabeth Olsen Information
Search Movie
Recent Lists
Marvel List
User Watched Movies
User Lists
User Likes Movies
User Likes Lists
User Reviews

Install

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

$ git clone https://github.com/ByMykel/Livila.git
$ cd Livila
$ 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