Skip to content

Manishkumarsingh12/api-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Movie Management App

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.


🚀 Features

  • 🔐 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

🛠️ Tech Stack

Frontend\

  • React.js\
  • React Router DOM\
  • Bootstrap & Tailwind CSS

Backend\

  • Laravel\
  • MySQL Database

⚡ Setup Instructions

Backend (Laravel)

cd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve

Frontend (React)

cd frontend
npm install
npm start

📸 Screenshots

  • Login / Register Page\
  • Dashboard\
  • Movie Detail & Trailer Play

📌 Git Commands (for pushing code)

git add .
git commit -m "your message"
git push origin main

👨‍💻 Author

Developed by Manish Kumar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published