/restaurant-reservation-app

In this repository I will create a simple restaurant website that will be made with the server side and client side in it

Primary LanguagePHPMIT LicenseMIT

Restaurant Reservation Application

I'm trying to deepen my knowledge about Laravel, especially about relationships between tables. By creating this repository, I hope to deepen my knowledge of SQL and Laravel.

Installation

- git clone https://github.com/Caknoooo/restaurant-reservation-app.git
- cd restaurant-reservation-app
- open your IDE or Editor Code
- cp .env.example .env
- open terminal again, and run:
    1. composer install
    2. php artisan migrate
    3. php artisan db:seed
    4. php artisan serve
    5. npm run dev
- open http://127.0.0.1:8000/ in browser 

Frontend

Landing page image

Category image

Menu image

Make Reservation image

image

Backend

Categories image

Menus image

Tables image

Reservations image

Reference