Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.3 KB

readme.md

File metadata and controls

49 lines (33 loc) · 1.3 KB

Restaurant Management System

Framework : Laravel 5.8

2nd year 2nd Sem ITP.

Quick Start

Install a laragon development environment on your machine. Laragon recommended.

Clone the repo

git clone https://github.com/tmKamal/Restaurant-management-system.git

Composer

Download and install the Composer. https://getcomposer.org/Composer-Setup.exe

Run the App

cd <project directory>
composer install 

Now this will install all the dependencies for the project.

php artisan migrate

This will setup the database (MySql)

php artisan serve 

Now you can access the application at localhost:8000

Few Screens

desktop client image


desktop client image


desktop client image


desktop client image


desktop client image