Healthify Platform for restaurants is a comprehensive solution that allows restaurants to efficiently manage bookings, inventory, kitchen orders, and employees, while seamlessly integrating with an Android app for clients and employees.
Table of Contents
This web platform for restaurants is a comprehensive solution developed as part of my final university project. Its primary objective is to provide an efficient and user-friendly platform for restaurants to manage various aspects of their operations. The platform offers a range of functionalities, including booking management, inventory control, kitchen order management, and employee administration. In addition, it seamlessly integrates with the Android app developed specifically for clients and employees.
With the web platform, restaurant owners and managers gain the ability to streamline their booking system, allowing for easy management of reservations, table assignments, and customer preferences. The inventory management feature enables efficient tracking and control of ingredients, supplies, and stock levels, aiding in optimizing restaurant operations and reducing waste. Moreover, the kitchen order management system ensures smooth communication between the front-of-house staff and the kitchen, enhancing order accuracy and overall customer satisfaction.
The platform also encompasses robust employee management capabilities, facilitating tasks such as shift scheduling, task assignment, performance tracking, and payroll management. By centralizing these essential functions, the platform simplifies administrative processes and promotes effective coordination among restaurant staff.
Furthermore, the integration with the Android app enhances the overall experience for both clients and employees. Clients can conveniently make reservations, view menus, and receive updates, all through their mobile devices. Employees, on the other hand, can access important information, such as schedules and orders directly from the app, increasing efficiency and collaboration within the restaurant.
- Composer
- MySQL
-
Get a free API Key at https://calorieninjas.com/
-
Clone the repo
git clone https://github.com/TiagoMDG/Healthify-Web.git
-
Install Composer packages
composer install
-
Run the database script in
db/healthifyLive.sql -
Enter your API in
backend/web/js/customJs.jsvar apiKey = "useYourOwn";
Frontend webpage location: frontend/web/
Credentials if using included DB:
Username: tonnyjohnny213
Password: 12345678
Backend webpage location: backend/web/
Credentials if using included DB:
Username: admin
Password: 12345678
common
config/ contains shared configurations
mail/ contains view files for e-mails
models/ contains model classes used in both backend and frontend
tests/ contains tests for common classes
console
config/ contains console configurations
controllers/ contains console controllers (commands)
migrations/ contains database migrations
models/ contains console-specific model classes
runtime/ contains files generated during runtime
backend
assets/ contains application assets such as JavaScript and CSS
config/ contains backend configurations
controllers/ contains Web controller classes
models/ contains backend-specific model classes
runtime/ contains files generated during runtime
tests/ contains tests for backend application
views/ contains view files for the Web application
web/ contains the entry script and Web resources
frontend
assets/ contains application assets such as JavaScript and CSS
config/ contains frontend configurations
controllers/ contains Web controller classes
models/ contains frontend-specific model classes
runtime/ contains files generated during runtime
tests/ contains tests for frontend application
views/ contains view files for the Web application
web/ contains the entry script and Web resources
widgets/ contains frontend widgets
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides
Tiago Gil - tiago.gil277@gmail.com
Project Link: https://github.com/TiagoMDG/Healthify-Web