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.
- 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