Skip to content

KhinMeMeLatt/laravel_movie_website

Repository files navigation

Movies Website

This website is created by using laravel, tailwind css, livewire and alpine.js.

Screenshot

Home Page

Installation

Prerequisites

  • To run this project, you must have PHP 7 and above installed.

Step 1

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies using the following commands.

git clone git@github.com:KhinMeMeLatt/laravel_movie_website.git
cd laravel_movie_website && composer install && npm install
php artisan key:generate
npm run dev

Movies database

  • TMDb API is used to pull movie information. Set your TMDB_TOKEN in your .env file as below.
TMDB_TOKEN = YOUR_TMDB_TOKEN

If you don't have api, get it from TMDB

Step 2

Run the application using the following command.

php artisan serve

Acknowledgement

About

Movies website implemented by using laravel, tailwind, livewire and alpine js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published