Food ordering web application

Return to all projects

   

A CMS (Content Management System) web application to support restaurant management, customer contact and product ordering from created restaurants. For obvious reasons, the application does not have a payment system.

Gallery

Business design

This application allows to create a user and restaurant owner account. User can add new products from multiple restaurants to the cart and the owner (after the system administrator approves the created restaurant) can add, modify and remove dishes from the created restaurant.

Technology design

The main core of the MVC application was written from scratch using pure PHP language without using any additional libraries primarily for performance reasons. The application works with MySQL database version 7.4 and higher.

My role in this project was to select the technology, write the core of the application, and successively inspect the delivered code and verify verify that it works properly. It was also not uncommon for me to participate in the development of new functionality.

Used technologies