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
- Download and install XAMPP.
- Create a folder in
C:/xampp/htdocsand name it restaurant-php - Clone this repository to the folder
C:/xampp/htdocs/restaurant-php. - Run Apache and MySQL from the XAMPP control panel.
- Locate the
restaurant.sqlfile in the database folder. - Open
http://localhost/phpmyadmin/, create a database named restaurant, and import therestaurant.sqlfile to it. - 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/.