Restaurant Web Application

A restaurant web application created for a fictional company named "Edible". Its made as a way for me to learn about the fundamentals of PHP.

This documentation delves into the creative process behind the web application, explaining the design decisions and functionality of its features.

Documentation Sections

Section Description
Design Explains the design components and thought processes done to create the design.
Features Contains detailed description of the key features and functionalities.
Attributions Gives credit to the sources and tools that have contributed to the development.

Technologies Used

Category Technology
Frontend Languages HTML, CSS, JavaScript
Backend Languages PHP
Backend Tools XAMPP
IDE Visual Studio Code
Design Tool Figma
Documentation Tool MkDocs
Documentation Hosting ReadtheDocs

How To Use

The repository is public and located at https://github.com/ivanmrnn/restaurant-php

  1. Download and install XAMPP.
  2. Create a folder in C:/xampp/htdocs and name it restaurant-php
  3. Clone this repository to the folder C:/xampp/htdocs/restaurant-php.
  4. Run Apache and MySQL from the XAMPP control panel.
  5. Locate the restaurant.sql file in the database folder.
  6. Open http://localhost/phpmyadmin/, create a database named restaurant, and import the restaurant.sql file to it.
  7. Open http://localhost/restaurant-php/ to run the website.

Note

Using my design template and code is permitted. Attribution is encouraged but not required. You can give proper credit by linking https://ivanmaranan.pages.dev/.