Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.51 KB

About the project

In this project, I made a fully functioning restaurant website

Knowledge that I used

  • Applied breeze
  • Set authentication with middleware
  • Made an admin panel that is denied access to ordinary users -Made migrations for 4 tables:
  1. Tables
  2. Menu
  3. Booking
  4. Categories
  • I also set up controllers for each model and made blades.
  • All tables are added to the admin panel with the GRUD method
  • Created a relationship Menu and Categories of many-to-many table
  • Set up validation, flash alerts, as well as rules for booking by time and date via Rules
  • Applied Enums to choose the location and status of the table
  • I made a frontend and completed all the interconnections.

Project screenshot

Admin panel

image image

Frontend

image image image image

thoughts for the future

Would like to create more projects like this.