Skip to content

Mohameed234/Restaurant-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management System

A full-stack restaurant management system built with Laravel (backend) and React (frontend). It includes a user panel for placing orders and an admin panel for managing orders, menu items, and reservations.

For Back-End

  1. Install dependencies for Back-End :
composer install
  1. Copy .env and set up your database:
cp .env.example .env
  1. Edit .env and configure your DB:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=restaurant_db
DB_USERNAME=root
DB_PASSWORD=
  1. Generate app key
php artisan key:generate
  1. Run migrations and seeders:
php artisan migrate --seed
  1. Start backend server:
php artisan serve

For Front-End

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

For Admin-Panel

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Test Data

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors