Skip to content

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

License

Notifications You must be signed in to change notification settings

Caknoooo/restaurant-reservation-app

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages