Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.88 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.88 KB

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