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.
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.
Clone the git repository on your computer and install it’s dependencies
$ git clone https://github.com/ByMykel/Livila.git
$ cd Livila
$ composer install
.env.example
file to .env
$ cp .env.example .env
$ php artisan key:generate
Add your database credentials to the necessary env
fields
Migrate the application
$ php artisan migrate
$ php artisan db:seed
$ npm install && npm run dev
$ php artisan serve