Skip to content

mishajib/simple-restaurant-reservation-management-mmk

Repository files navigation

SIMPLE RESTAURANT RESERVATION SYSTEM (MMK)

image

Installation and Setup

  • Clone the repo
  • Copy .env.example to .env
  • Run composer install or composer update
  • Create a database and update .env file with database credentials
  • Run php artisan migrate --seed
  • Config APP_URL in .env file
  • Run php artisan serve
  • Visit your served in your browser

Features

  • Home
    • Shows the home page of the app
    • Shows the restaurant items which are available
    • Reservation form to book the table
    • Contact form to send the message
  • Dashboard
    • Shows the widgets to get the overview of the app
  • Slider Management
    • Sliders List
    • Add/Edit/Delete Slider
  • Category Management
    • Categories List
    • Add/Edit/Delete Category
  • Item Management
    • Items List
    • Add/Edit/Delete Item
  • Reservation Management
    • Reservations List
    • Accept/Reject Reservation
    • Delete Supplier
  • Contact Message Management
    • Contact Messages List
    • Show Contact Message Details
    • Delete Contact Message
  • Login
    • Login with email and password
  • Logout

Gallery

logo logo logo
Home Page Reservation Form Login Page
logo logo logo
Dashboard Page Slider Management Category Management
logo logo logo
Item Management Reservation Management Contact Message Management

Credentials

  • Email: admin@app.com
  • Password: password

** Thank you **

License: MIT

Copyright © 2024 M.I SHAJIB.
This project is MIT licensed.