Skip to content

Product Management App using Laravel and React A simple and modern web application for managing products. Built with Laravel as the backend and React for the frontend using Inertia.js for seamless integration. Features include creating, viewing, editing, and deleting products, along with image upload support.

Notifications You must be signed in to change notification settings

malak963/laravel12-react-product-management

Repository files navigation

🛒 Laravel + React Product Management App

A simple product management application built with Laravel (Inertia.js + Vite) and React.

🚀 Features

  • Create, view, update, and delete products
  • Upload product images
  • Fully integrated user interface using React
  • Seamless Laravel and React integration using Inertia.js

📦 Requirements

  • PHP 8.1 or higher
  • Node.js 18 or higher
  • Composer
  • Database (e.g., MySQL)

⚙️ Installation

# 1. Clone the repository
git clone https://github.com/username/repo-name.git

# 2. Enter the project directory
cd repo-name

# 3. Install PHP dependencies
composer install

# 4. Install JavaScript dependencies
npm install

# 5. Copy the environment file
cp .env.example .env

# 6. Generate application key
php artisan key:generate

# 7. Set up the database
php artisan migrate

# 8. Build the front-end
npm run dev

About

Product Management App using Laravel and React A simple and modern web application for managing products. Built with Laravel as the backend and React for the frontend using Inertia.js for seamless integration. Features include creating, viewing, editing, and deleting products, along with image upload support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published