Eatly is a web-based healthy food recommendation system built using Laravel.
This application helps users find daily meal recommendations based on their calorie needs and preferences.
- User authentication (Login & Register)
- Daily food menu management
- Healthy food recommendation system
- CRUD Menu (Admin)
- Role-based access control
- Modal-based detail view
- Profile image upload
The system uses a simplified calorie calculation: Calorie Needs = Body Weight (kg) × 30
The result is used as an initial filter before applying further recommendation logic.
- Laravel
- PHP
- MySQL
- Bootstrap
- JavaScript
- Glassmorphism UI Design
End-to-end and automation testing implemented separately using Playwright: 👉 See: eatly-qa-automation repository
- Clone the repository
- Run
composer install - Setup
.env - Run
php artisan migrate - Run
php artisan serve
Developed as part of a final project and extended as a portfolio system.




