Kouzina is a sleek, powerful table booking system built for restaurants that demand elegance, flexibility, and performance. Featuring a dark UI theme, Kouzina offers real-time reservations, SMS/email notifications, and complete admin control.
When user books online, the restaurant receives an email and sms of a booking and table name booked, and user also gets a copy, note: user can not book an already booked table, system is advanced doesnt allow user to book an already booked table, the table is released after 3hrs for another user to book
it comes with both ciient and Admin Pages to manage bookings
Features
Key Features- Dark UI – Desktop optimized
- Real-Time Reservations
- SMS & Email Notifications
- Table Blocking System
- Custom Time Slots & Business Hours
- Multi-Table & Multi-Section Support
- Customer Portal + Admin Dashboard, etc
Customer Features
- Online booking with real-time availability
- Multi-step reservation process
- Section & table selection (Bar, Rooftop, etc.)
- Party/Event booking support
- Email confirmation & management tools, etc
Admin Features
- Secure dashboard
- Live table & reservation management
- Section/Table/User controls, etc
Instructions
More instructions in the file, full documentation page## Installation
1. Download file
2. Import `booktable.sql` to your MySQL database
3. Configure `config.php` with your database credentials and 'admin/config/config.php'
4. Set up your web server (Apache/Nginx) to point to the project directory
5. Access the admin panel at `/admin` and login with default credentials:
- Username: admin
- Password: admin
## Configuration
### Database Setup
Edit `config.php` with your database credentials:
```php
$db_host = 'localhost';
$db_name = 'booktable';
$db_user = 'your_username';
$db_pass = 'your_password';
```
## Usage
### Making a Reservation
1. Visit the homepage
2. Select date and time
3. Choose number of guests
4. Select preferred section
5. Pick available table
6. Enter contact details
7. Confirm booking
### Admin Panel
Access the admin panel at `/admin` to:
- Manage reservations
- Configure tables
- Handle parties/events
- View reports
- Manage users