A full-stack web application built with React (frontend) and
Laravel (backend).
It allows users to register, login, manage movies, update profile,
change password, and watch trailers.
- 🔐 User Authentication (Login / Register)\
- 🏠 Dashboard with movie listings\
- 🎥 Play trailer by clicking on movie poster\
- 👤 Profile update & password change\
- 📂 CRUD operations for Movies (Admin only)\
- 📱 Responsive design with Bootstrap & Tailwind CSS
Frontend\
- React.js\
- React Router DOM\
- Bootstrap & Tailwind CSS
Backend\
- Laravel\
- MySQL Database
cd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
cd frontend
npm install
npm start
- Login / Register Page\
- Dashboard\
- Movie Detail & Trailer Play
git add .
git commit -m "your message"
git push origin main
Developed by Manish Kumar