https://github.com/caknoooo/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
https://github.com/caknoooo/restaurant-reservation-app
laravel reservation-system restaurant-website simple-website tailwindcss
Last synced: 7 months ago
JSON representation
In this repository I will create a simple restaurant website that will be made with the server side and client side in it
- Host: GitHub
- URL: https://github.com/caknoooo/restaurant-reservation-app
- Owner: Caknoooo
- License: mit
- Created: 2023-01-12T05:54:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T22:57:31.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T15:16:37.191Z (8 months ago)
- Topics: laravel, reservation-system, restaurant-website, simple-website, tailwindcss
- Language: PHP
- Homepage:
- Size: 207 KB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

Category

Menu

Make Reservation


## Backend
Categories

Menus

Tables

Reservations

## Reference
- **[Laraveller](https://www.youtube.com/@Laraveller)**
- **[Restaurant Template](https://larainfo.com/blogs/tailfood-free-tailwind-css-restaurant-template)**
- **[Flowbite](https://flowbite.com/)**